-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FB ve Google Login #56
Comments
@mthnzbk in case you need those methods for a project, check firebase-rest-api where I've already implemented them. |
`Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): I think I entered the information correctly. this is the error I get. |
@mthnzbk please report the issue in firebase-rest-api repository. |
I implemented the method sign_in_with_idp_token for the Auth class, which works nicely ; be good to see this added into the main branch.
Params ( token = id_token (oauth token given back from the provider), redirect_uri e.g. "https://localhost", and provider is the identify platform provider e.g. "google.com" for google signin. Tested for Google, but should work with other providers ok. |
Will the methods for logging in with facebook-google be added?
The text was updated successfully, but these errors were encountered: