We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb17fb commit f09130bCopy full SHA for f09130b
src/firebase.js
@@ -1,16 +1,9 @@
1
import firebase from 'firebase';
2
3
const firebaseApp = firebase.initializeApp({
4
- apiKey: "AIzaSyDV76Redi9y4ojJqsmDTfceLMz7FJWF3a0",
5
- authDomain: "nike-10001.firebaseapp.com",
6
- databaseURL: "https://nike-10001.firebaseio.com",
7
- projectId: "nike-10001",
8
- storageBucket: "nike-10001.appspot.com",
9
- messagingSenderId: "322666058500",
10
- appId: "1:322666058500:web:4de48bf31614a56deab651",
11
- measurementId: "G-4YWTPD6XRV"
+ // Paste your Firebase config snippet here, as guided in the steps in README.md
12
});
13
14
const auth = firebase.auth();
15
16
-export { auth };
+export { auth };
0 commit comments