-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_auth] on ios not using getTokenId refresh bool #847
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
The issue at flutter/flutter#16807 has been closed and moved here. Future collaboration on this issue will be done here. |
Hi @bjon |
I'm facing the same issue: |
Thank you for your contribution @AlexZaiats |
@iapicca sure, thanks |
Refresh bool is hard coded to YES for ios. Android uses the bool as expected.
https://github.com/flutter/plugins/blob/master/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m
The text was updated successfully, but these errors were encountered: