Hi there! ๐
Very happy to join the Flutterflow community.
I have searched in different threads but haven't found the answer.
My app project will use a database, I still hesitate between Firestore and Supabase.
The database will only be used for reading from the application. No records will be created, deleted or updated from the application. Create, Delete and Update will always be done in the database.
My question: is it possible to make datas available offline and have them updated automatically when the network is back to accessible? Are Firestore and Supabase different regarding this possibility?
Thanks for helping