Change FirebaseConfig to correct authkey
This commit is contained in:
parent
c10b4690da
commit
a50e00fb45
|
@ -1,9 +1,8 @@
|
||||||
export const FirebaseConfig = {
|
const firebaseConfig = {
|
||||||
apiKey: "AIzaSyAL9_SCfMisIz7-kwV9ZBZzlG7y4lsGKdc",
|
apiKey: "AIzaSyBsRZZgJVa78hvpGBhgHtiIJ99BaxoDXaE",
|
||||||
authDomain: "rayyan-h-tafe-nsw.firebaseapp.com",
|
authDomain: "rayyan-h-tafe-nsw-2.firebaseapp.com",
|
||||||
projectId: "rayyan-h-tafe-nsw",
|
projectId: "rayyan-h-tafe-nsw-2",
|
||||||
storageBucket: "rayyan-h-tafe-nsw.appspot.com",
|
storageBucket: "rayyan-h-tafe-nsw-2.appspot.com",
|
||||||
messagingSenderId: "579661195251",
|
messagingSenderId: "63137248093",
|
||||||
appId: "1:579661195251:web:107f8e4fcd7879c1c45486"
|
appId: "1:63137248093:web:ef978bcd80e8993c31aeb4"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue