firebaseui-web-react
firebaseui-web-react copied to clipboard
React Wrapper for firebaseUI Web
Hi - I'm not sure if this is a bug report for FirebaseUI-web-react of FirebaseUI-web; I suspect this is the correct place but please tell me if not. I'm running...
I'm having an issue with re-rendering sign-in buttons, once I sign in it automatically vanishes and doesn't come back even if I sign out or force re-render my component. Any...
I am building an app using the react web UI and I've run into a very strange issue: whenever I logout of my app _after_ I perform some type of...
Hello, I'm using email link authentication for my app. In the app, there're two kinds of users, normal users and admin users, and I would like to be able to...
Is there any way to retrieve the email used to send an email link without implementing a custom function/implementation of the firebaseui react? i.e. it'd be great to have something...
Hello guys, I am having a weird behavior where Firebase occasionally logs out my users Here is how I am using Firebase I have a file called **Firebase.js** where I...
I recently updated `react-firebaseui` to v4.0.0 from v3.1.2. There is an annoying bug: authenticated user is automatically logged out when the webpage is refreshed. Browser: Tested on Chrome and Firefox...
Hey there!:) I've noticed some performance issues in loading the firebaseauth, Also I get the same results both for StyledFirebaseAuth and FirebaseAuth. Any idea? this is connected to the lower...
Hello, first of all Happy Easter. I think there is a bug when using `autoUpgradeAnonymousUsers: true` in `uiConfig`. I will paste my code and I'll explain how to reproduce. *initialization...