You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem
In issue NullPointerException on FirebaseInstallations.registerFidWithServer #1787 the merged fix seems to only address the NPE and not the installation state that caused it. The issue will still exist for devices upgrading from 16.3.2 -> 16.3.3 that the FirebaseInstallation.* file will be persisted with a missing fid and a status=5. The NPE won't be thrown anymore, but it seems as though the error state can't be corrected.
Manually deleting the file resolves the issue on the next initialisation.
Activity
google-oss-bot commentedon Dec 16, 2020
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.