firebase / codelab-friendlychat-android

Firebase FriendlyChat codelab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implementation of a "Clear Chat" button

NitishaS-812k opened this issue · comments

I was wondering if there's any way to incorporate a button for clearing the messages, as of now the only method I can figure out to clear chat messages is by deleting them directly from the firebase database.

@NitishaS-812k we would recommend deleting the chats from the database. If you're looking for something like a local-only "clear chat" button that's something you'd do on your own in the RecyclerView or somewhere else and won't use the Firebase SDK.