File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <a href =" https://github.com/antoine92190 /vue-advanced-chat/actions/workflows/build.yml " ><img src =" https://img.shields.io/github/actions/workflow/status/antoine92190 /vue-advanced-chat/build.yml?branch=master " ></a >
2
+ <a href =" https://github.com/advanced-chat /vue-advanced-chat/actions/workflows/build.yml " ><img src =" https://img.shields.io/github/actions/workflow/status/advanced-chat /vue-advanced-chat/build.yml?branch=master " ></a >
3
3
<a href =" https://www.npmjs.com/package/vue-advanced-chat " ><img src =" https://img.shields.io/npm/dm/vue-advanced-chat.svg " ></a >
4
4
<a href =" https://www.npmjs.com/package/vue-advanced-chat " ><img src =" https://img.shields.io/bundlephobia/minzip/vue-advanced-chat " ></a >
5
5
<a href =" https://www.npmjs.com/package/vue-advanced-chat " ><img src =" https://img.shields.io/npm/v/vue-advanced-chat.svg " ></a >
@@ -852,8 +852,8 @@ You can find the source code to implement a full featured chat app using Firebas
852
852
To test it using your own Firebase project:
853
853
854
854
- Setup Cloud Firestore (to store users and rooms) and Realtime Database (to store users online status)
855
- - Clone this repository: ` git clone https://github.com/antoine92190 /vue-advanced-chat.git `
856
- - Inside ` demo/src/firestore /index.js ` file, replace the line ` const config = ... ` by your own Firebase config
855
+ - Clone this repository: ` git clone https://github.com/advanced-chat /vue-advanced-chat.git `
856
+ - Inside ` demo/src/database /index.js ` file, replace the line ` const config = ... ` by your own Firebase config
857
857
- Go inside ` demo ` folder and run ` npm run serve `
858
858
859
859
### Data structure
@@ -913,7 +913,7 @@ messages: {
913
913
914
914
<br >
915
915
916
- ## [ Contributing] ( https://github.com/antoine92190 /vue-advanced-chat/blob/master/.github/CONTRIBUTING.md )
916
+ ## [ Contributing] ( https://github.com/advanced-chat /vue-advanced-chat/blob/master/.github/CONTRIBUTING.md )
917
917
918
918
Your help is always appreciated :rocket :
919
919
You can’t perform that action at this time.
0 commit comments