We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f83159 commit f40181fCopy full SHA for f40181f
README.md
@@ -510,6 +510,7 @@ You can find the source code to implement a full featured chat app using Firebas
510
<br>
511
To test it using your own Firebase project:
512
513
+- Setup Cloud Firestore (to store users and rooms) and Realtime Database (to store users online status)
514
- Clone this repository: `git clone https://github.com/antoine92190/vue-advanced-chat.git`
515
- Inside `demo/src/firestore/index.js` file, replace the line `const config = ...` by your own Firebase config
516
- Go inside `demo` folder and run `npm run serve`
0 commit comments