Skip to content

Commit f40181f

Browse files
committed
(docs) add Realtime Database setup
1 parent 1f83159 commit f40181f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ You can find the source code to implement a full featured chat app using Firebas
510510
<br>
511511
To test it using your own Firebase project:
512512

513+
- Setup Cloud Firestore (to store users and rooms) and Realtime Database (to store users online status)
513514
- Clone this repository: `git clone https://github.com/antoine92190/vue-advanced-chat.git`
514515
- Inside `demo/src/firestore/index.js` file, replace the line `const config = ...` by your own Firebase config
515516
- Go inside `demo` folder and run `npm run serve`

0 commit comments

Comments
 (0)