-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_auth: 5.3.1]: Multi-Tenancy Authentication Fails with [firebase_auth/unknown-error] An internal error has occurred when Setting auth.tenantId #13500
Comments
Kindly provide a complete minimal reproducible code |
I'll provide the minimal reproducible code shortly. I've discovered that |
It seems that |
cc @Lyokone |
@Lyokone @SelaseKay Please let me know if anything is needed from my side. |
I am experiencing the same issue on Windows as well. |
@SelaseKay We're still waiting. Is there any alternative approach we can use to enable multi-tenancy on the Windows app? |
@Lyokone My app, VoyageX AI, relies on Firebase multi-tenancy for a Windows ERP. This issue, reported two months ago, is critical for production. Please address it urgently. |
@itsthemanish I guess its time to consider something like supabase, they clearly dont care, im waiting for years for full windows support and nothing. |
@SelaseKay please update us as our app is currently on hold due to this bug. |
Hey @itsthemanish - there is no tenantId on the user or auth instance on the Firebase C++ SDK. There is no support for multi-factor authentication. |
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Windows
Description
I'm experiencing an error when using Firebase Authentication with multi-tenancy in my Flutter application. When setting the tenantId for authentication, the following error occurs:
[firebase_auth/unknown-error] An internal error has occurred
However, if I use the default authentication setup (without specifying a tenantId), it works as expected.
Reproducing the issue
Firebase Core version
3.6.0
Flutter Version
3.24.3
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: