darshankawar
darshankawar
@stephane-archer Can you take a look at https://github.com/firebase/flutterfire/issues/8811#issuecomment-1245953448 and check if it helps in your case ? As mentioned in it: `please enable the Keychain Sharing capability for your macOS...
Check below links and see if they help in your case or not: https://developer.apple.com/documentation/xcode/configuring-keychain-sharing https://firebase.google.com/docs/auth/ios/single-sign-on
@stephane-archer I think, to allow keychain access in mac is one of the steps as also mentioned int https://github.com/firebase/flutterfire/issues/8811 which doesn't seem to be specific to Flutter app in general....
/cc @ncooke3 for thoughts on the issue reported.
@gonzalogauto Can you please provide us a minimal reproducible code sample ?
@gonzalogauto Thanks for the update. Maybe you can check if below issues are related as well ? https://github.com/flutter/flutter/issues/160659 https://github.com/flutter/flutter/issues/85313
Thanks for the update. Using the code sample, I was able to replicate the reported behavior. ``` stable : 3.29.2 master : 3.31.0-1.0.pre.135 ```
Issue is replicable on latest stable and master. flutter doctor -v ``` [✓] Flutter (Channel stable, 1.22.6, on Mac OS X 10.15.4 19E2269 darwin-x64, locale en-IN) • Flutter version 1.22.6...
Transferring this issue to dedicated repo. If this isn't correct, please write in comments and we can have it back in flutter/flutter repo.
Thanks for the detailed report. I was able to replicate this upon running on mobile browsers such as (ios safari, chrome and on Android). https://github.com/user-attachments/assets/7af76027-271e-4377-8d85-e6c53c09e7f0 ``` Stable : 3.24.2 Master:...