update firebase
This commit is contained in:
parent
276a35cf50
commit
59cdcc4d3d
1 changed files with 6 additions and 6 deletions
|
|
@ -11,12 +11,12 @@ let provider = null;
|
||||||
const STORAGE_KEY = 'monochrome-firebase-config';
|
const STORAGE_KEY = 'monochrome-firebase-config';
|
||||||
|
|
||||||
const DEFAULT_CONFIG = {
|
const DEFAULT_CONFIG = {
|
||||||
apiKey: "AIzaSyDPU-unAjuLtQJt4IkGS5faG50UCF7lYyA",
|
apiKey: "AIzaSyC1pQ1egloTe470Wkj_4hIHQf3tL_I0vcI",
|
||||||
authDomain: "monochrome-database.firebaseapp.com",
|
authDomain: "monochrome-db.firebaseapp.com",
|
||||||
projectId: "monochrome-database",
|
projectId: "monochrome-db",
|
||||||
storageBucket: "monochrome-database.firebasestorage.app",
|
storageBucket: "monochrome-db.firebasestorage.app",
|
||||||
messagingSenderId: "895657412760",
|
messagingSenderId: "502176278738",
|
||||||
appId: "1:895657412760:web:e81c5044c7f4e9b799e8ed"
|
appId: "1:502176278738:web:c8f2601d74f07b1007e50b"
|
||||||
};
|
};
|
||||||
|
|
||||||
function getStoredConfig() {
|
function getStoredConfig() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue