Change FirebaseConfig to correct authkey

This commit is contained in:
Ray 2023-11-07 23:52:27 +11:00 committed by GitHub
parent c10b4690da
commit a50e00fb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -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"
} }