We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8783f03 commit 886638fCopy full SHA for 886638f
1 file changed
node/firestore.js
@@ -0,0 +1,11 @@
1
+const firebaseConfig = {
2
+ apiKey: "AIzaSyBZJ4IzV9vXyLdBT-m8nEAB81Exz1LY3Ho",
3
+ authDomain: "mynewchat-6c1a2.firebaseapp.com",
4
+ projectId: "mynewchat-6c1a2",
5
+ storageBucket: "mynewchat-6c1a2.appspot.com",
6
+ messagingSenderId: "348556921164",
7
+ appId: "1:348556921164:web:880cb2506e14b0028667e9"
8
+ };
9
+firebase.initializeApp(firebaseConfig);
10
+
11
+const db = firebase.database();
0 commit comments