FirebaseExtended / angularfire

AngularJS bindings for Firebase
MIT License
2.73k stars 631 forks source link

how to use signInWithPhoneNumber ? #952

Closed krazylearner closed 7 years ago

krazylearner commented 7 years ago

is this sdk exposes "signInWithPhoneNumber" method

davideast commented 7 years ago

Hi @krazylearner! We have a required issue template which is helpful to know what versions you are using.

Phone number auth is not currently supported and there are no plans of adding support. Please refer to the docs and use the regular Firebase SDK for phone number auth. It's not an anti-pattern to use the regular SDK for custom needs or unsupported features.