-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: add user signup flow #757
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
I am using firebase_ui_auth which provides premade screens for user sign in and sign up flow. But this plugin does not support the Windows platform officially. I don't have experience with Windows or a Windows machine to test. So I am thinking either someone with Windows experience can jump in or maybe we can drop support for Windows (for now)? |
@mohitmundhragithub to help with the Windows part |
Currently there is no 3rd party authentication. We can add it later (in another PR) |
363ecba
to
35b473d
Compare
35b473d
to
395c5e8
Compare
f6e4dbf
to
1646157
Compare
I removed the Firebase SDK from the Windows platform. For now, Firebase will only be supported on iOS and Android. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@freedomtan Did you have the time to review this PR? This one currently blocks some other issues. |
@anhappdev I cannot find the sign-in related menu items when I built from 84df717 |
@freedomtan If you build the app yourself, you need to follow this guide Or you can test the APK built by the CI, which has Firebase enabled. |
Part of #670
A user can either sign in anonymously or with email/password.
On the sign in with email/password screen, a user can also register for a new account.
To convert from an anonymous account to a registered account with email/password: