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
Avoid auth triggers if we haven't yet received the initial user. (#2137)
* Avoid auth triggers if we haven't yet received the initial user.
#2078 altered the
initial state of currentUser from undefined to not undefined, which
caused the if statement to unconditionally evaluate to true. This
results in a race condition that could cause some initial writes to the
database to be dropped.
Fixes#2135
* CHANGELOG update.
* Fix to be more like android
0 commit comments