Does FirebaseDatabase.net support offline persistance with maui.net?
if so, could someone give me a snipit of what i need to do.
If not, does anyone have any suggestions or examples that show how to achieve this?
Thanks,
I'm using FirebaseDatabase.net (nugget package)
I have searched and cannot find any examples or discusion on this using Maui.net
From the
step-up-labs/firebase-database-dotnetrepro:This means that any caching would have to implemented inside that library itself, and from a quick look at the source code it doesn't seem to have any caching.