Firebase real time database offline persistence using Maui.net

248 Views Asked by At

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

1

There are 1 best solutions below

2
Frank van Puffelen On

From the step-up-labs/firebase-database-dotnet repro:

Simple wrapper on top of Firebase Realtime Database REST API.

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.