mirror of
https://github.com/farcasclaudiu/kanban2.git
synced 2026-06-22 07:01:37 +03:00
removed the credentials
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user