hi,I want to my local db synced after every changes in server side, but RT db send me changes and i must save changes myself, if i am true, so is there any way to sync local db except below way?
-
after run app, i set a listener for all tables and one listener per one CRUD.
-
after any changes, i got it and manually save in local db