Merge branch 'main' of https://github.com/reiyua/RayRaysWordBingo
This commit is contained in:
commit
ca09e318b7
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue