rconjoe/provana-mono

Chat functionality in frontend

Closed this issue · 0 comments

While rooms are created and users are added/removed from them via the API, actual sending and fetching of messages occurs entirely within the vue app by using the firebase javascript SDK for firestore.

Between the three chat components we have, there should be binds to all the data required for chat. This needs to be re-setup and finished