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
If something like this could be added to the basic firebase-auth that would be great!
I am using it to trigger showing a login icon or a logged icon - without it you first see the login icon and you see it jump to the logged icon.
Thanks!
The text was updated successfully, but these errors were encountered:
Close to spot on, thanks! (and sorry for missing it). The only difference is that I would like the event to fire only when no other events fire and not always, to distinguish it as a nonaction and not just a general auth attempt which might also become a correct login.
edit: nevermind, I just realized it's spot on 100%! What is the right move to do now? Close this? Thanks!
Right now, locally, I have touched the firebase-auth.html on line 178 adding an else to the list.
If something like this could be added to the basic firebase-auth that would be great!
I am using it to trigger showing a login icon or a logged icon - without it you first see the login icon and you see it jump to the logged icon.
Thanks!
The text was updated successfully, but these errors were encountered: