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
fix: validate listenerOrObserver callbacks in auth, app-check, remote-config
previously these sorts of callback reservations were not validated to make sure
that they had a valid callback or observer, they were just blindly used
this would lead to native perhaps getting events, emitting them to javascript,
and javascript attempting to blindly execute an undefined function, then crashing
0 commit comments