Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 886638f

Browse files
New: added firestore realtime config chat
1 parent 8783f03 commit 886638f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎node/firestore.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /