For some reason, in some specific occasions (3 reported), the app would mistakenly get a null user from Firebase Auth and then trying to make its first login, setting all of the user's fields to the initial state. This would cause a special user unable to make operations in the system.
May we add a merge if we cannot figure it out how it happened.
For some reason, in some specific occasions (3 reported), the app would mistakenly get a null user from Firebase Auth and then trying to make its first login, setting all of the user's fields to the initial state. This would cause a special user unable to make operations in the system.
May we add a
mergeif we cannot figure it out how it happened.