-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
DB in the firebase is created from the code in Android. But to remove or delete data from that db, the code simply is removing the DB and recreating it when again a new data is added. It is not the proper way to handle the DB operations. So it would be great if a solution is found only to remove the data instead of deleting the whole db.
Reactions are currently unavailable