firebase-chat
firebase-chat copied to clipboard
[Deprecated] One to one chat implementation using firebase.
this similar to a previously created and "closed" issue without provision of any actual solution: Login and Registrations are happening and are also being reflected in the Console. But the...
Can you please share the database structure?
only one token can send or receive messages, please help. If any user tries to send a message there was nothing and if I sign on my device with this...
Hello, The chat notifications for new message in the status bar when the app is in the background isn't being displayed. May I know what should be done for this?
If we are using firebase realtime database it will automatically update the new message in onDataChanged() method if the chatActivity is open, then why the need of eventBus there to...