-
Notifications
You must be signed in to change notification settings - Fork 25
Database Offline Capabilities #13
Comments
@formatCvt which platform are you testing on? |
@stewartmiles android (firebase sdk 4.2.0, cocos2d-x 3.14.1, ndk14b, database sample project from this repo) |
@formatCvt thanks we'll get someone to take a look. |
@stewartmiles any news? |
Hi, Looking into this, there seems to be an issue with disk persistence and the way GetValue is implemented (using single value listener). Does it work if you are online and GetValue first, then go offline and GetValue on the same path again? Thanks, Jon |
Nope. It's not working until connection is back. |
Here is my changes formatCvt@a73f01d without this authentication fails when device is offline. Steps to reproduce:
|
any news? |
Update firebase sdk up to 4.3.0 doesn't help |
Update firebase sdk up to 4.4.0 doesn't help |
With 4.4.1 |
Uh oh!
There was an error while loading. Please reload this page.
Can you please give example with offline support? Just
set_persistence_enabled
before creating any instances of DatabaseReference doesn't help. Feature query/set freezes withkFutureStatusPending
status.The text was updated successfully, but these errors were encountered: