Reputation: 701
I have searched everywhere but couldn't find an answer to this question, if firebase persistence is enabled, the application continues to sync data after the device regains connection if it was offline, but my question is that if the device is rebooted does the firebase sync data automatticaly after it gains connection or I should use a broadcast receiver to detect system reboot in order to make it works.....
Upvotes: 1
Views: 486
Reputation: 598728
The Firebase Realtime Database has two types of persistence:
Upvotes: 5