login-fire
login-fire copied to clipboard
An element that allows simple configuration of multiple provider login for firebase
https://developers.google.com/web/updates/2016/04/credential-management-api
When the element use redirect, it's re-initialized on the authentication callback. So events are not always fired and the user can't continue its login process. This issue should be solved...
If true, automatically signs in the user as anonymous but allows them to sign in and move any stored data to user account afterwards.
The twitter redirect page is always defaulted to English we should pass a language if we have one. ```javascript provider.setCustomParameters({ 'lang': 'es' }); ```
Must be investigated and fixed if possible. _Hybrid element with Polymer 2 on Chrome_
Is there anyway to get feedback on any error message from login-fire? for example in the properties such user, signIn, e.t.c
https://firebase.google.com/docs/auth/web/custom-auth
100% of the applications using the `login-fire` element, uses it only once (I really hope... 🙏 ). I don't know for the `firebase-app` element but I don't think the majority...
I want to add a new element to the collection. ```html ``` This element will display the `login-fire` in fullscreen and will hide the app shell until a user is...
_Edited by Mason_ New element that display only federated identity providers icon and allow, like the button, to sign in.