Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
devXprite committed Feb 2, 2022
1 parent 0a094fa commit 2439b61
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions firebaseConfig.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Your web app's Firebase configuration
const firebaseConfig = {
apiKey: "AIzaSyDA5x4V7gR8wB-Vli4ZsW2dJApHulVAYf0",
authDomain: "chat-app-ae863.firebaseapp.com",
apiKey: "",
authDomain: "",
databaseURL: "https://chat-app-ae863-default-rtdb.firebaseio.com",
projectId: "chat-app-ae863",
storageBucket: "chat-app-ae863.appspot.com",
messagingSenderId: "683119932272",
appId: "1:683119932272:web:e41451152ac2c0b2f515b5",
measurementId: "G-TJL5GDYXCL"
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
measurementId: ""
};

// Initialize Firebase
Expand Down

0 comments on commit 2439b61

Please sign in to comment.