firebase / quickstart-java

Quickstart samples for Firebase Java Admin SDK
Apache License 2.0
234 stars 143 forks source link

Updated samples to demonstrate phone auth support #12

Closed hiranya911 closed 7 years ago

hiranya911 commented 7 years ago

Phone auth support for Java Admin SDK is being developed at https://github.com/firebase/firebase-admin-java/pull/60

This PR updates the quickstart samples to demonstrate the new capabilities of the SDK.

go/firebase-java-phone-auth

samtstern commented 7 years ago

@hiranya911 thank you!

hiranya911 commented 7 years ago

I assume this won't update the samples on the website right away? This feature is not released yet.

samtstern commented 7 years ago

@hiranya911 well it won't since nobody is pulling in the get_user_by_phone snippet but in general we should not put code in this repo that does not compile.