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

React Wrapper for firebaseUI Web

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

Is there a CDN installation for this library? The project I'm working on doesn't have a bundler and we're using CDNs as we transition towards React. Thanks for the great...

type: feature request

I get that the idea of this project was to quickly and easily have UI with minimal effort. However, the email & password UI does not match the theme of...

I'm getting a 404 when trying to test email link sign in on localhost. I've followed the advice in #88 and tried changing SignInFlow to redirect. `signInFlow: firebase.auth().isSignInWithEmailLink(window.location.href) ? 'redirect'...

Hi all, I am trying to setState the value of callback on data change, The issue that the callback is faster then my setState , that making the prev state...

How to get the user access token?

I'm using firebaseui-web-react with next.js. I've setup mobile OTP verification method but when I select country code dropdown and clicks **outside** of it it throws below error: GIF of issue:...

Hello, there is a bug in a styling when verifying the number. On fire-fox browser, it looks good and nice but when I tried it on Chrome it looks like...

When setting `firebaseAuthConfig` (to be given to `StyledFirebaseAuth`), if `emailLinkSignIn` is set and `url` inside it is defined, the sign-in is not successful, in the sense that clicking the email...

I'm working on a Gatsby app in .tsx format and I have set up an authentication like this one [here](https://github.com/marcomelilli/gatsby-firebase-simple-auth). For some reason when I click on login button (especially...

`firebaseui.auth.AnonymousAuthProvider.PROVIDER_ID` is not accepted as a `signInOptions` value since `firebaseui` can't be imported. Solution is using `'anonymous'` string. Can be mentioned in README or exported from firebaseui namespace.