nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
254 stars 63 forks source link

Another Authentication Method #5

Closed moepoi closed 4 years ago

moepoi commented 4 years ago

Make sure these boxes are checked before submitting your issue:

[x] Check that your version of Python is 3.4+ [x] Check that you are on the newest version of Pyrebase [x] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.

Please don't be discouraged if you do not get a response to your issue quickly, I maintain Pyrebase for fun and don't always have as much free time as I'd like.

Thank you for helping make Pyrebase better!

Hello, I'm using pyrebase for my website to handle authentication but it can only sign in using email and password. Can pyrebase support using phone auth or another oauth like twitter or github auth ?

nhorvath commented 4 years ago

Only email authentication is supported. Feel free to submit a pull request.