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
Implement UseUserAccessGroup for Firebase Auth C++ SDK
This commit introduces the UseUserAccessGroup method to the Firebase
Authentication C++ SDK.
On iOS, this method wraps the [FIRAuth useUserAccessGroup:error:]
Objective-C call, allowing developers to specify an iCloud keychain
access group.
On other platforms (desktop, Android), this method is a no-op and
returns kAuthErrorNone, as the functionality is specific to iOS.
0 commit comments