in firestore (firebase), is it possible to work only offline without synchronizing online? Some users may not accept online storage.
Asked
Active
Viewed 27 times
1
-
1If its offline then what's the use of keeping firebase in you app ? just create a local database in device memory and store it . but once the app is uninstalled the data is gone – Manohar Apr 16 '19 at 08:52
-
to enable online synchronization, if possible – AndDeveloper Apr 16 '19 at 08:58
-
ok , but as I said above if data is not online then its lost once the app is uninstalled – Manohar Apr 16 '19 at 09:02
-
by default it is useful online. some users can disable sync. Is the solution having firestore and the local database? for this reason I wanted to use Firestore online and offline – AndDeveloper Apr 16 '19 at 09:18