Hi
I’m trying to create an application that is working offline with the firestore connector. I know that firebase supports offline mode as long as it has been initialized with enablepersistence property set to true. Here is the documentation for that, Access data offline | Firestore | Firebase.
I know I cant create new objects in offline mode but I dont need that. I just need the data to be syncronized when it comes back online.
Is there any way I can enable this in appgyver firestore connector? Can I create a custom javascript to enable this?
Best regards
Espen Pedersen