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 = {
|
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user