firebaseui-web-react icon indicating copy to clipboard operation
firebaseui-web-react copied to clipboard

React Wrapper for firebaseUI Web

Results 82 firebaseui-web-react issues
Sort by recently updated
recently updated
newest added
trafficstars

when setting the option `signInFlow: 'popup'`, it works properly for Facebook and Google authentication, but does not work for email authentication. I am instead redirected to `https://www.accountchooser.com/redirect.html#localhost:3000`

I had multiple apps for my project, but now I have deleted all but one, but still it causes very big problems. { "status": "error", "error": "Project fjolträsk has multiple...

I followed example README.md exactly, and result was the example didn't work, with a runtime JS error: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'sdkConfig') at Object. (App.jsx:10:58)...

Hi, When trying to add one tap login to the config, React throws an undefined error credentialHelper: firebaseui.auth.CredentialHelper.GOOGLE_YOLO How to fix?

I am using two StyledFirebaseAuth components, one for signing up and the other inside a modal for signing in. When the modal renders, the buttons in the modal (sign in...

Is there a callback that I could hook into for any of the sign in options? I would like to be able to set my UI to loading while the...

type: feature request

I was wondering if/when this project will include the disable sign up config from [v4.8.0](https://github.com/firebase/firebaseui-web/releases/tag/v4.8.0) of firebaseui-web for [configuring the email provider](https://github.com/firebase/firebaseui-web#configure-email-provider)? I feel like this would be a necessary...

Is it possible to modify the label "First and last name"? The firebase documentation doesn't explicitly refer to the displayName property as a First and Last Name property, I'd like...

I'm trying to use this component inside a modal, but the browser redirects to www.accountchooser.com and then back to my page. The problem is that the redirect clears my state...

On Firebase documentation, there's something related to set up the spanish language firebase.auth().useDeviceLanguage(); // set with function firebase.auth().languageCode = 'fr'; // set with string ¿How to configure it?