bump to v2.7.9

This commit is contained in:
Amruth Pillai
2021-10-24 13:36:40 +02:00
parent 41a9ce2b06
commit ba11af887c
12 changed files with 48 additions and 106 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ npm install
You can get these by setting up a firebase web app [here](https://console.firebase.google.com/u/0/).
Also note that you'll need to set up a Realtime Database, *not* a Firestore Database, to get the correct value for `FIREBASE_DATABASEURL`. Be sure to set it to test mode so you can read/write data. Just remember to either revert these or remove the database after your testing is completed.
Also note that you'll need to set up a Realtime Database, _not_ a Firestore Database, to get the correct value for `FIREBASE_DATABASEURL`. Be sure to set it to test mode so you can read/write data. Just remember to either revert these or remove the database after your testing is completed.
```
FIREBASE_APIKEY=""