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
I managed to get StyledFirebaseAuth working in one project with firebase 9.12.1, firebase-admin 10.0.2, and react-firebaseui 6.0.0. Still, now I have an identical setup in a new project and now the StyledFirebaseAuth does not render anymore. No errors. Seems pretty random, the quality of the Firebase looks pretty low.
Description
StyledFirebaseAuth renders no visible output when using
firebase: ^9.8.1
. No errors in console.The below illustration is from my local dev environment. Not logged in. HTML is output, but not enough to actually construct a UI.
Configuration looks like the following
Have tested firebase auth lib itself and it works as expected for logging users in/out.
I speculate the problem is how
StyledFirebaseAuth
handles the functional approach of firebase 9+.The text was updated successfully, but these errors were encountered: