-
Notifications
You must be signed in to change notification settings - Fork 478
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
Version 14 issues after upgrading to latest version #1199
Comments
I can duplicate both the "This type of account isn't supported by this app" error when signing in using email (email enumeration turned off) + Sign in with Google one (can't test Microsoft SSO as I don't use it; Sign In with Apple works fine here). Had to downgrade to 13.2 |
Thanks for the report! It looks like some UI code needs to get dispatched to the main queue. |
After initial investigation, this looks like a FirebaseAuth regression. We should have a fix in 11.1 or 11.2. In the meantime, if you're seeing this, I recommend you stay on Firebase 10.x. |
The GoogleSignIn issue is fixed in the released FirebaseUI 14.2.2. The MainThread issues are fixed in Firebase 11.1.0, which we plan to publish the week of August 19th. If you'd like to try in advance, update your installation with this one line: https://github.com/firebase/firebase-ios-sdk/pull/13505/files#diff-1efe87bca97c0a4390c4c1880a4689ce9f5dba99cdf1effe9f6a6ee02ff10e7bR344 Thanks again for the report and let us know if you see any subsequent issues. |
@ncooke3 noticed that we did not address the Email Auth UI issue. I'll reopen and we'll work on a fix for that in an upcoming FirebaseUI 14.2.3 |
FirebaseUI 14.2.3 has been released. Thanks everyone for reporting the issues. |
Since the Build issues with 14 have been fixed, which I encountered last week, I have again tried upgrading my project to the latest version of FirebaseUI.
FireabaseUI 13.2.0 to 14.2.1
Firebase SDK 10.29.0 to 11.0.0
My app only uses the Auth functionality of FirebaseUI, Sign in with email, Microsoft, Apple and Google.
Below are all the issues I have encountered, is there any upgrade docs to show what needs doing to current apps before upgrading to fix these issues, or are these bugs in FirebaseUI?
Sign in with email:
When sign in with account already created I get after entering the email "This type of account isn't supported by this app"
Create a new account everything works ok.
Sign in with Apple:
I get the following error:
Sign in with Google:
Sign in with Microsoft:
After signing in with email and password:
The text was updated successfully, but these errors were encountered: