-
Notifications
You must be signed in to change notification settings - Fork 4k
🐛 [firebase_auth] authDomain
value is not used when calling auth.signInWithProvider
#9668
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
Comments
Thanks for the report. Using code sample provided, I see the same behaviour. |
/cc @Lyokone |
Hello :) |
Yes, we are using AuthDomain property on web and it is working properly. In my opinion it should work the same in Android and iOS too. |
@darshankawar @Lyokone Hi, is there any timeline for adding support for |
Any updates on this? |
Any updates on this? @darshankawar @Lyokone |
Support for custom auth domain has been released in the latest Firebase iOS SDK We have an open PR for bumping Firebase iOS SDK to Here is the open ticket for Firebase android SDK here that you may wish to thumb up to give it a higher priority: firebase/firebase-android-sdk#4805 |
It seems it is now available in Android as well: |
Bug report
When using OAuthProvider method
auth.signInWithProvider(microsoftProvider);
it is not possible to changeredirect_uri
parameter even whenauthDomain
in firebase options is set. Default redirect urihttps://[app].firebaseapp.com/__/auth/handler
is always used.
Steps to reproduce
Expected behavior
When
authDomain
is provided in firebase options, it should be used in redirect uri when callingsignInWithProvider
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Click To Expand
The text was updated successfully, but these errors were encountered: