firebaseui-web
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.
>The FirebaseUI component implements best practices for authentication on mobile devices and websites, This info is not very clear, if it supports mobile browsers too and if the firebaseui-web is...
If user is created with password option, there on email link not working 
I have created a new user with twitter that gives my login email as ([email protected]) and then do sign-out and then re-login with github (this also gives my email as...
readme provides only user login url, not sure how to see the state of the users db as part of administrator.. if that needs a different url, better put this...
When I login, it does not show, with what provider login has been created  In this case it should show 'User' was created with github, as I used github...
### [REQUIRED] Describe your environment * Operating System version: Windows 10 * Browser version: Electron 16 * Firebase UI version: 6 * Firebase SDK version: 8 ### [REQUIRED] Describe the...
[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...
https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-types- Did my best to infer types from code.
### Describe your environment * Operating System version: EndeavourOS 2021.08.27 * Browser version: Chrome 97.0.4692.99 * Firebase UI version: 6.0.0 * Firebase SDK version: 9.6.5 ### Describe the problem Basically...