Update Config.js

This commit is contained in:
Ray 2023-12-28 02:36:31 +11:00 committed by GitHub
parent a99df888ca
commit 0d5d37f315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
export const firebaseConfig = { export const firebaseConfig = {
apiKey: "AIzaSyAz4-TLqma6EBhQBDaacJZCJ5W6KRygzk8", apiKey: "AIzaSyD0z1k_OdONneUl2RFxn_w_Hlc6XHRZIyo",
authDomain: "ray-ray-s-word-bingo.firebaseapp.com", authDomain: "rayrayswordbingo.firebaseapp.com",
projectId: "ray-ray-s-word-bingo", projectId: "rayrayswordbingo",
storageBucket: "ray-ray-s-word-bingo.appspot.com", storageBucket: "rayrayswordbingo.appspot.com",
messagingSenderId: "1065410299147", messagingSenderId: "911880569407",
appId: "1:1065410299147:web:f1b066864faa0298bf0e0e" appId: "1:911880569407:web:d46c9f5ef103a63d106e8a"
}; };