This commit is contained in:
2017-02-21 05:46:08 +02:00
parent 4b20cbb154
commit 8c1d0ece55
+5 -5
View File
@@ -5,11 +5,11 @@ import {AuthMethods, AuthProviders} from "angularfire2";
export const firebaseConfig = {
//get these from your created firebase project at https://console.firebase.google.com
// Paste all this from the Firebase console...
apiKey: "",
authDomain: "",
databaseURL: "",
storageBucket: "",
messagingSenderId: ""
apiKey: "***REMOVED***",
authDomain: "***REMOVED***",
databaseURL: "***REMOVED***",
storageBucket: "***REMOVED***",
messagingSenderId: "***REMOVED***"
};
export const authConfig = {