You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we require users to sign in with their Google Account only for ease of development. We can expand this to other providers such as Facebook, Github, etc. Doing this is a simple addition to the firebaseUiConfig variable. While requiring slightly more work, we can also implement a system where the user signs up with their own email and password.
In either case, this issue should be addressed only after completion of the MVP.
Expected behavior
Login using multiple providers.
Actual behavior
Can only login with a Google account.
The text was updated successfully, but these errors were encountered:
Issue summary
Currently we require users to sign in with their Google Account only for ease of development. We can expand this to other providers such as Facebook, Github, etc. Doing this is a simple addition to the firebaseUiConfig variable. While requiring slightly more work, we can also implement a system where the user signs up with their own email and password.
In either case, this issue should be addressed only after completion of the MVP.
Expected behavior
Login using multiple providers.
Actual behavior
Can only login with a Google account.
The text was updated successfully, but these errors were encountered: