Skip to content

Commit 899bc54

Browse files
author
Bharath Nair
authored
minor updates
1 parent 01e4227 commit 899bc54

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

portal- reactjs/src/app/config/firebase.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import firebase from 'firebase';
22
import 'firebase/firestore';
33

44
const firebaseConfig = {
5-
apiKey: "AIzaSyDR_AJHn1hqbeCvNFZY233ORSQQ0OtcuSk",
6-
authDomain: "the-portal-9071b.firebaseapp.com",
7-
databaseURL: "https://the-portal-9071b.firebaseio.com",
8-
projectId: "the-portal-9071b",
9-
storageBucket: "the-portal-9071b.appspot.com",
10-
messagingSenderId: "655075896508"
5+
apiKey: "",
6+
authDomain: "",
7+
databaseURL: "",
8+
projectId: "",
9+
storageBucket: "",
10+
messagingSenderId: ""
1111
}
1212

1313
firebase.initializeApp(firebaseConfig);
@@ -16,4 +16,4 @@ const settings = {
1616
timestampsInSnapshots: true
1717
}
1818
firestore.settings(settings)
19-
export default firebase;
19+
export default firebase;

0 commit comments

Comments
 (0)