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
This commit addresses feedback from the pull request review for the
UseUserAccessGroup feature:
- Added a stub implementation for Android in `auth_android.cc`.
- Updated iOS implementation in `auth_ios.mm` to pass an empty NSString
(`@""`) to the native SDK if an empty C++ string is provided.
`nullptr` still results in `nil` being passed.
- Updated Doxygen comments in `auth.h` to reflect the iOS behavior for
`nullptr` and empty string inputs more accurately.
- Investigated potential NSError codes for the underlying iOS SDK method.
Confirmed that `FIRAuthErrorCodeKeychainError` is the most relevant documented
error, and it is already correctly handled by the existing C++ error
mapping.
0 commit comments