thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 528 forks source link

Firebase Phone verification (auth) #202

Open kodeine opened 7 years ago

kodeine commented 7 years ago

I tried to look how can i run the phone verification authentication for firebase couldnt find in manual. Can anyone guide?

fission1110 commented 7 years ago

I don't see any way to do this through the firebase REST API so I don't think it's possible.

You're going to have to authenticate client side(in the app or web browser), and then send the auth token back to pyrebase.