0

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

Byron
  • 1
  • 1

1 Answers1

0

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807