removed the credentials

This commit is contained in:
2017-02-21 05:11:52 +02:00
parent 63f14d74cd
commit 465fcb3a50
+6 -5
View File
@@ -3,12 +3,13 @@ import {AuthMethods, AuthProviders} from "angularfire2";
export const firebaseConfig = { export const firebaseConfig = {
//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: "***REMOVED***", apiKey: "",
authDomain: "***REMOVED***", authDomain: "",
databaseURL: "***REMOVED***", databaseURL: "",
storageBucket: "***REMOVED***", storageBucket: "",
messagingSenderId: "***REMOVED***" messagingSenderId: ""
}; };
export const authConfig = { export const authConfig = {