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

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.

Results 128 firebaseui-web issues
Sort by recently updated
recently updated
newest added

Hello! Great work here! 🙌🙌 Just wondering if there are any plans to support LinkedIn as an official auth provider in the near future. Thank you!

type: feature request
internal-bug-filed

``` sendEmailVerification(auth.currentUser).then(() => { history.replace('/verification'); dispatch({ type: VERIFICATION_EMAIL_SUCCESS_MESSAGE, payload: 'Email verification link succesfully sent.', }); }); ``` I also set the template to [email protected] instead of noreply and its still...

Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...

dependencies

Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add...

dependencies

This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information. _Originally posted...

**Issue Description:** When attempting to log in to the new application using Microsoft login, an error occurs: `firebase.service.ts:22 Error during Microsoft login: FirebaseError: Firebase: Error (auth/internal-error).` The same Firebase configuration...

Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ...

Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1. Commits 9b77436 6.6.1 04cb6f5 Merge commit from fork b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros 3e46a48 6.5.7 accb61e lib: DER signature...

dependencies

Hi FirebaseUI team, # Issue I'm currently attempting to integrate cloud IAP external Identities with the login page using firebase UI. However it's currently resulting in a runtime error which...