mirror of
https://github.com/janoodleFTW/timy-messenger.git
synced 2026-01-23 02:14:39 +00:00
Change Realtime Messaging to Firestore Database
The database used in the app is the Cloud Firestore but the readme says "Realtime Database" which may confuse people.
This commit is contained in:
parent
46effc5e50
commit
26911786d0
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ Please copy the `User-UID` of the created user. We’ll need to add this ID to a
|
|||
|
||||
|
||||
### B2. Create and setup database
|
||||
In the firebase console select `Database` under `Develop` and create a Realtime Database in region `eur3 (europe-west)`.
|
||||
In the firebase console select `Database` under `Develop` and create a Cloud Firestore Database in region `eur3 (europe-west)`.
|
||||
|
||||
*Note: To use the app you’ll need to create a group. A “Group” is similar to e.g. a “Team” in Slack. To create one:*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue