Git21221 / form-snippet

A simple form that made on top of MUI components and uses react hook form for validation.
https://www.npmjs.com/package/form-snippet
MIT License
4 stars 12 forks source link

Google Authentication using Firebase #43

Open samriddhitiwary opened 1 week ago

samriddhitiwary commented 1 week ago

Is your feature request related to a problem? Please describe. when users struggle to create an account or remember passwords. This leads to high drop-off rates during the registration process. Additionally, managing user credentials securely can be complex and time-consuming.

Describe the solution you'd like I would like to implement Google Authentication to streamline the user sign-up and login process. This would allow users to easily log in with their Google account, reducing friction and enhancing security. The solution should include features such as:

A "Sign in with Google" button on the login page. Automatic account creation if the user signs in for the first time. A seamless logout process. Integration with existing user data for personalized experiences.

Additional context image

github-actions[bot] commented 1 week ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

samriddhitiwary commented 1 week ago

@Git21221 could you please assign this issue to me

Git21221 commented 1 week ago

@samriddhitiwary did you get a chance to understand what the repo is about?