-
Notifications
You must be signed in to change notification settings - Fork 148
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
Google & Facebook oauth sign up and sign in #160
Comments
I would like to work on this, I have implemented oauth in flutter previously, I can do it |
@jaiakash @codewithkushagra Yes, this was planned but how will you guys implement it without updating the backend? |
Actually, we don't have to make too many changes to backend, as by using google_sigin package we can maintain the login states, access tokens and refresh token in frontend itself and I will try to make the required changes in backend. |
Yeah i agree, there are packages for facebook and google oauth which we can use without much changes in backend. |
Are you working on proposing changes for this issue @jaiakash? |
Hey, @ItsAdityaKSingh if @jaiakash is not working on this can I work on it? |
No, I am not actively working on it. I guess @codewithkushagra can it if he has worked on a similar issue previously. |
Ok! If @codewithkushagra you are willing to resolve this issue, I would like to discuss it first. Like how are you planning to change the backend to implement this feature? Currently, whoever registers, the information regarding the users, list of beacons, and everything is saved in our customized backend, where we easily retrieve the information about them. Using Google or Facebook would need to change how we currently keep records. What do you suggest? |
we can use firebase and google/facebook auth packages |
if anyone is not working on this issue, I can work on it @ItsAdityaKSingh |
Hi, could you please assign this issue to me? |
Is your feature request related to a problem? Please describe.
Currently, the app only accepts email sign in/signup. Having oauth would be better for the user, then user can sign in with ease.
Also there is PR for email verification, having oauth wont even need email verification. (Although that feature would be required for user sign in with their email).
Describe the solution you'd like
Having a google and/or Facebook oauth at sign-in page of app.
Are you working on this? (Yes/No)
Not right now, but if I get confirmation from maintainer, I would start working on it.
The text was updated successfully, but these errors were encountered: