You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the Firebase features that got me psyched up was the support for Phone authentication. However, that seems to be absent from emberfire? Ideally it could work just like the existing Torii methods. So, something like...
<button{{action"signIn""phone"}}>Sign in via your Phone</button>
And whatever else is involved abstracted away to the page that is loaded in the pop-over window.
If this isn't possible or if there is a simple way to extend emberfire to support it that would be very helpful, too.
Mahalo!
The text was updated successfully, but these errors were encountered:
I'd love to hear if anyone has figured this out yet. I took a stab at including the FirebaseUI plugin as a component (based on this gist) but it doesn't open a popup and is giving me a lot of issues related to linking credentials with the torii provider.
Is there a timeline for built-in phone provider support in emberfire?
I have made simple provider for phone auth. It can used while it not built-in.
It using prompt window for input confirmation code. If have any ideas how can do it better, it will be great.
One of the Firebase features that got me psyched up was the support for Phone authentication. However, that seems to be absent from emberfire? Ideally it could work just like the existing Torii methods. So, something like...
And whatever else is involved abstracted away to the page that is loaded in the pop-over window.
If this isn't possible or if there is a simple way to extend emberfire to support it that would be very helpful, too.
Mahalo!
The text was updated successfully, but these errors were encountered: