chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger

Home Page:https://chatsdk.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deleting thread from Firebase and keeping them in device's database

basimsherif opened this issue · comments

Is there any way we can keep the threads and messages in the device's local database even if they are deleted from Firebase Realtime Database by using Firebase console? Currently, when they are deleted from Firebase, it also gets cleared from the device's database.

@basimsherif in the latest version if you delete a thread from Firebase it still shows up in the threads list. I tried it just now.

Closing due to inactivity.

@basimsherif in the latest version if you delete a thread from Firebase it still shows up in the threads list. I tried it just now.

How do we get it to delete from the local database?