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