adriancarriger / angularfire2-offline

🔌 A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
https://angularfire2-offline.firebaseapp.com/
MIT License
207 stars 48 forks source link

Data lost on App is closed - offline saved data not found on re-opening app. #73

Open AnkitMaheshwariIn opened 6 years ago

patrikdusek commented 6 years ago

Hi Adrian, first of all thanks for this plugin :) But I have indeed also the problem that the last synced entries before closing the app not are available if I start the app again. How to reproduce:

is device B once started in online mode and than again restarted offline the new data is visible. So it looks like that only the last entries which were added before going offline are not added (although they were displayed before closing) best, patrik

leonardors95 commented 6 years ago

did you guys found any solution for this issue ?