Firebase-android, Fail To Save Data After Long Time Idle
This question is relative to this issue Firebase-Android, How to sync data when resume after connection lost? Step-by-step is: First I login using email method in Auth Activity In
Solution 1:
I solve this issue by saving last login credential (email + password) then call login with email again when app resumed (onResume event of Activity)
Post a Comment for "Firebase-android, Fail To Save Data After Long Time Idle"