FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

<firebase-auth> phone auth #228

Open FluorescentHallucinogen opened 7 years ago

FluorescentHallucinogen commented 7 years ago

Is it possible to use <firebase-auth> for phone number sign-in? Something like:

<firebase-auth user="{{user}}" provider="phone"></firebase-auth>
tjmonsi commented 7 years ago

As of now, no... But a PR would be lovely :) Will review how phone auth works based from docs

FluorescentHallucinogen commented 7 years ago

The phone auth is implemented in FirebaseUI for Web: https://github.com/firebase/firebaseui-web#configuring-sign-in-providers. Demo: https://fir-ui-demo-84a6c.firebaseapp.com.

@tjmonsi Could you please create a pull request?