firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

[FR] Authentication with social media accounts

Open oy321 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Is there a way to authenticate users upon registration/login using their social media accounts e.g. Google, FB, Twitter? The firebase doc lists ways using JS etc. but not in Python, and I can't find anything from the firebase admin Python SDK doc neither.

Describe the solution you'd like A feature / function that supports firebase auth with social media accounts.

Describe alternatives you've considered Using a mix of Python and JS scripts if have to..

Additional context N/A

oy321 avatar Aug 03 '22 21:08 oy321

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Aug 03 '22 21:08 google-oss-bot

Hey @oy321 , by JS did you mean the Firebase Web SDK? The Firebase Web SDK is a client sdk and supports authenticating users on the client side. The Firebase Admin SDKs are used on environments with administrative privileges and does not need/support login users.

lahirumaramba avatar Oct 18 '22 21:10 lahirumaramba