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