Skip to content
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

Email Authentication using Provider and Firebase #83

Closed
Mohitmadhav opened this issue Oct 1, 2021 · 4 comments · Fixed by #93
Closed

Email Authentication using Provider and Firebase #83

Mohitmadhav opened this issue Oct 1, 2021 · 4 comments · Fixed by #93
Assignees
Labels
enhancement new feature requests firebase For Firebase related issues Hacktoberfest For Hacktoberfest 2021 hard hard level issue high-priority Something that has a high priority refactor Improve code quality

Comments

@Mohitmadhav
Copy link
Member

Description

  • Setup Email Signup using Firebase and Provider State management
  • Remove Confirmation Code Screen #56 has already been created for removing the confirmation code page
  • Auth user flow is shown below

Screenshots

image

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Make an auth provider dart file in lib\providers
  2. All the auth screens are in lib\screens\auth
  3. Firebase Auth has been set up in lib\services\auth.dart

Additional data

Auth User flow: https://www.figma.com/file/uhWQuE4EKDHR8AqH4p3eFK/Books-App?node-id=0%3A1
Maybe we can reset the password in a better way. Let's discuss it here

@Mohitmadhav Mohitmadhav added refactor Improve code quality high-priority Something that has a high priority hard hard level issue enhancement new feature requests Hacktoberfest For Hacktoberfest 2021 labels Oct 1, 2021
@keyurgit45
Copy link
Contributor

Can I work on this?

@Mohitmadhav
Copy link
Member Author

Cool @keyurgit45.
Also, follow the updated Guidelines in the README.

@keyurgit45
Copy link
Contributor

In widgets.dart there are custom textformfields for email and password. to get the text should I use textEditingController or onchanged ? @Mohitmadhav

@Mohitmadhav
Copy link
Member Author

In widgets.dart there are custom textformfields for email and password. to get the text should I use textEditingController or onchanged ? @Mohitmadhav

@keyurgit45 use textEditingController and make sure to check the validators.

@keyurgit45 keyurgit45 mentioned this issue Oct 2, 2021
8 tasks
@Mohitmadhav Mohitmadhav added the firebase For Firebase related issues label Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature requests firebase For Firebase related issues Hacktoberfest For Hacktoberfest 2021 hard hard level issue high-priority Something that has a high priority refactor Improve code quality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants