Skip to content

Commit f09130b

Browse files
authored
Update firebase.js
1 parent 8fb17fb commit f09130b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/firebase.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
import firebase from 'firebase';
22

33
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"
4+
// Paste your Firebase config snippet here, as guided in the steps in README.md
125
});
136

147
const auth = firebase.auth();
158

16-
export { auth };
9+
export { auth };

0 commit comments

Comments
 (0)