FirebaseUI-Angular
FirebaseUI-Angular copied to clipboard
A wrapper for FirebaseUI in Angular
When setting up the providers, the readme.md shows this: `providers: [ { provide: USE_AUTH_EMULATOR, useValue: !environment.production ? ['localhost', 9099] : undefined }, ],` But this gives an error: `ERROR FirebaseError:...
Hi, I cloned the project to try and upgrade it to the new firebase v7 api (not compat) but when I run npm install with the current version I get...
Is there any way to force re-authentication using this library? We need to re-authenticate users before they change profile information and it would be very nice if this library supported...
We are getting [firebaseui] signInWithRedirect: auth/auth-domain-config-required though we have configured modules correctly as below in out AuthModule.ts file ` AngularFireModule.initializeApp(environment.firebase.auth.options), AngularFireAuthModule, FirebaseUIModule.forRoot(firebaseUiAuthConfig),` We have setup the domains and authkeys correctly....
I followed the instructions in `README` to setup this package for my `Angular 16` project. But for some reason I get this error  This is my configuration. **app.module.ts** ```ts...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Could you please update the document to handle multi-tenancy ?
I want to essentially use Angular firebase-ui where a score-based recaptcha v3 callout is made at the appropriate time when using the EmailAuthProvider. I am trying this currently: ``` const...
I think I am missing something very simple here. I would like to find a way to get notified when the user clicks a button to try to sign in....