This commit is contained in:
Ray 2023-12-27 16:04:26 +00:00 committed by GitHub
commit ca09e318b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View File

@ -10,5 +10,10 @@ Simple check boxes for the various words i commonly use as joking insults such a
- brain - brain
- fart - fart
CURRENT ISSUES:
Unable to submit data to Firestore
TO DO: TO DO:
Display list of tantrums in list form from Firebase Firestore. Display list of tantrums in list form from Firebase Firestore.

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