CodingGarden / landscaping

This repo is used to track suggestions and ideas from the community for coding garden streams.
MIT License
11 stars 1 forks source link

A importable chat component for firebase projects. #11

Open joshuaferr1s opened 5 years ago

joshuaferr1s commented 5 years ago

(REQUIRED) What category does this issue fit into?

(REQUIRED) How are you affiliated with Coding Garden?

(REQUIRED) Describe your suggestion

A chat component (Vue or otherwise) that can be imported into an existing firebase project.

w3cj commented 5 years ago

Interesting! Would the idea be this is an embed-able chat box component? Like drop it onto a page and it connects to the existing firebase connection on the page, and logs chats there?

joshuaferr1s commented 5 years ago

Exactly! So all you need is firebase to already be configured and theoretically you can just import it onto the page you want it.

hermanocabral commented 5 years ago

like this? https://github.com/berksaribas/vuetify-chat?ref=madewithvuejs.com

joshuaferr1s commented 5 years ago

Essentially