Closed SanjayDevTech closed 3 years ago
This is the structure of the msg in the database.
content
=> Actual text content
createdTime
=> The timestamp at which the msg was sent
msgId
=> The key of the msg object
senderId
=> UId of the sender
senderName
=> Name of the sender (This can be retrieved from getDisplayName() method of FirebaseUser class.. This works only for Google or any other social login... It won't work for Email password validation)
Explanation
I have implemented group chat community feature. Used Realtime database to fetch chats and used Firebase-UI to display Since this PR won't contain full fledged chat feature but it covers the basic functionality of chat. This PR Fixes part of #116
Checklist