You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading our firebase iOS SDK to version 11.0.0, 11.1.0, 11.2.0, 11.3.0, 11.4.0, 11.4.1 or 11.4.2, previously logged in users get logged out. However when upgrading to version 10.29.0, users remain logged in. Our app has ~200K daily active users and it wouldn't be feasible to have them all log out and re-login.
Here's some additional information for @ncooke3 and the team:
iOS is our only platform using the Firebase iOS SDK.
No access group sare used anywhere Auth.auth().useUserAccessGroup(_ accessGroup: String)
No icloud sharing is used anywhere Auth.auth(). shareAuthStateAcrossDevices = true
We're currently on v8.8.0 and want to upgrade to the latest but if this issue doesn't get fixed we may have to just settle for 10.29.0. Is there any chance this could be fixed in an upcoming release? Any help would be very much appreciated!
Reproducing the issue
Steps to Reproduce:
Use firebase auth to log in using a pre-v.11.0.0 SDK
Thanks for reporting the issue. To be clear, do you see the issue both when updating from 8.8.0 and from 10.29.0 to 11.x? Which sign in provider are you using?
Description
When upgrading our firebase iOS SDK to version 11.0.0, 11.1.0, 11.2.0, 11.3.0, 11.4.0, 11.4.1 or 11.4.2, previously logged in users get logged out. However when upgrading to version 10.29.0, users remain logged in. Our app has ~200K daily active users and it wouldn't be feasible to have them all log out and re-login.
Here's some additional information for @ncooke3 and the team:
Auth.auth().useUserAccessGroup(_ accessGroup: String)
Auth.auth(). shareAuthStateAcrossDevices = true
We're currently on v8.8.0 and want to upgrade to the latest but if this issue doesn't get fixed we may have to just settle for 10.29.0. Is there any chance this could be fixed in an upcoming release? Any help would be very much appreciated!
Reproducing the issue
Steps to Reproduce:
Firebase SDK Version
11.0.0, 11.1.0. 11.2.0, 11.3.0, 11.4.0, 11.4.1, 11.4.2
Xcode Version
15.3
Installation Method
CocoaPods
Firebase Product(s)
Authentication
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: