How to use OfflineDatabaseFactory of FirebaseOptions to store locally with LiteDb?
I am building a maui application which connected to Realtime Database with Firebase, it works as expected. Now I would like to cache the online data locally by default OfflineDatabaseFactory provides in memory solution but I am trying to create a factory in order to save locally and not in memory so if the app restarted and no internet it is still possible to do crud operations and when its online it automatically sync.
0 Replies