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 adds the UseUserAccessGroup method to the Firebase Auth C++ SDK.
- On iOS, this method calls the native [FIRAuth useUserAccessGroup:error:] method to specify a user access group for iCloud keychain access.
- On other platforms (desktop, Android), this method is a no-op and returns kAuthErrorNone as it's an iOS-only feature.
Public API has been added to firebase::auth::Auth in auth.h, with implementations in auth_ios.mm (iOS) and auth_desktop.cc (stub for other platforms).
0 commit comments