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 = { export const firebaseConfig = {
//get these from your created firebase project at https://console.firebase.google.com //get these from your created firebase project at https://console.firebase.google.com
// Paste all this from the Firebase console... // Paste all this from the Firebase console...
apiKey: "", apiKey: "***REMOVED***",
authDomain: "", authDomain: "***REMOVED***",
databaseURL: "", databaseURL: "***REMOVED***",
storageBucket: "", storageBucket: "***REMOVED***",
messagingSenderId: "" messagingSenderId: "***REMOVED***"
}; };
export const authConfig = { export const authConfig = {