GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
532 stars 76 forks source link

Firestore cache #142

Closed SIsilicon closed 3 years ago

SIsilicon commented 3 years ago

This PR adds offline support to the Firestore API. It can be enabled or disabled with a new property called persistence_enabled. Here's what it does.

Some known issues and solvable limitations:

Also, the list function now returns a list of document objects, plus a page token at the end of the array.

SIsilicon commented 3 years ago

@WolfgangSenff I resolved most of the requests.