-
Notifications
You must be signed in to change notification settings - Fork 1
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
implement login functionality with password authentication #3
Comments
@WednesdaySP , which backend are we using ? |
@Varundeep111 firebase |
is the code working in your system? |
yes working , To use an authentication provider, you need to enable it in the Firebase console. Go to the Sign-in Method page in the Firebase Authentication section to enable Email/Password sign-in and any other identity providers you want for your app. |
which state management are we using, ? |
I have implemented Login functionality and using Provider for State Management ,but in the have there is no functionality of new User Sign Up, are we going to create new User only from Google Sign In, or any other approach, |
@Varundeep111 signup functionality will be implemented both by google and email + password. |
its done |
@Varundeep111 create a PR before working on sign up screen |
No description provided.
The text was updated successfully, but these errors were encountered: