angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.69k stars 2.19k forks source link

AngularFire2 Phone number Authentication #993

Closed itisparas closed 7 years ago

itisparas commented 7 years ago

What about phone number auth in Angularfire2? How can it be added or what are the views of developers of AngularFire2 on Phone number auth?

davideast commented 7 years ago

Please search for issues before submitting as this one has been answered already.

ghost commented 7 years ago

CORRECTION! I had initially instantiated this inside the constructor and got an error - i moved the creation of the recaptcha to the ngOnInit(){} and bingo - it all came to life!

Why ? couldnt tell you.

Now i'm getting the 6 digit SMS Code but not sure what to do next, any pointers?

mkwsra commented 7 years ago

@Sagar-AppLogics for ionic, just follow this tutorial https://javebratt.com/firebase-phone-authentication/