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