-
Notifications
You must be signed in to change notification settings - Fork 42
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
Login using google account- firebase google authentication #52
Comments
@dvjsharma I want to contribuite to this project |
I want to contribute to this project |
OAuth authentication would be a nice add on. Please go ahead @krithika2543. I will recommend doing changes within your local setup and your credentials. We can work on new credentials when the PR gets reviewed with all necessary changes done. |
Hey @Mayank06711. Since Krithika previously requested to address this issue, I will have to assign it to her. You are welcome to search for other tickets. |
@dvjsharma Since there is not activity by the current assignee . Can you assign this issue to me ? I would like to work on it. |
Sure @HarshitaJaiswal5. Go ahead. |
Ok No problem |
Any updates @HarshitaJaiswal5? |
Hi @Mayank06711, this issue is open if you want to take it up. |
Sorry as of now i am busy elsewhere |
Add a feature that allows users to log in using their Google account through Firebase Authentication. This feature aims to simplify the sign-up process, providing users with a quick and secure way.
Set Up Firebase Project:
Create or use an existing project in the Firebase Console.
Enable the Google sign-in method under the Authentication section in the Firebase Console.
Users click the "Login with Google" button.
The frontend handles the Google sign-in process and obtains the ID token, and sends it to the backend.
The backend verifies the ID token and manages the user session.
GSSOC'2024 Contribuitor
The text was updated successfully, but these errors were encountered: