Before submitting a new issue
Bug summary
The iOS version runs normally, but an error occurs when enabling login logic on the Android version androidx.credentials.exceptions.GetCredentialProviderConfigurationException: Sign in failed: getCredentialAsync no provider dependencies found - please ensure the desired provider dependencies are added。
My phone is a Huawei phone and there is no Google Play service on it.
Please help me solve this problem.
My RN version is 0.80.1
Library version
1.1.1
Environment info
System:
OS: macOS 15.5
CPU: (14) arm64 Apple M3 Max
Memory: 98.14 MB / 36.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.12.0
path: ~/.nvm/versions/node/v22.12.0/bin/node
Yarn:
version: 1.22.22
path: /opt/homebrew/bin/yarn
npm:
version: 10.9.0
path: ~/.nvm/versions/node/v22.12.0/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.16.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.5
- iOS 18.5
- macOS 15.5
- tvOS 18.5
- visionOS 2.5
- watchOS 11.5
Android SDK: Not Found
IDEs:
Android Studio: 2025.1 AI-251.25410.109.2511.13752376
Xcode:
version: 16.4/16F6
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.16
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 19.0.0
wanted: 19.0.0
react:
installed: 19.1.0
wanted: 19.1.0
react-native:
installed: 0.80.1
wanted: 0.80.1
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
Steps to reproduce
- As long as it runs on my Huawei device, there will be an error
Reproducible example repository
await GoogleAuth.signIn() causes an error
Before submitting a new issue
Bug summary
The iOS version runs normally, but an error occurs when enabling login logic on the Android version androidx.credentials.exceptions.GetCredentialProviderConfigurationException: Sign in failed: getCredentialAsync no provider dependencies found - please ensure the desired provider dependencies are added。
My phone is a Huawei phone and there is no Google Play service on it.
Please help me solve this problem.
My RN version is 0.80.1
Library version
1.1.1
Environment info
System: OS: macOS 15.5 CPU: (14) arm64 Apple M3 Max Memory: 98.14 MB / 36.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.12.0 path: ~/.nvm/versions/node/v22.12.0/bin/node Yarn: version: 1.22.22 path: /opt/homebrew/bin/yarn npm: version: 10.9.0 path: ~/.nvm/versions/node/v22.12.0/bin/npm Watchman: Not Found Managers: CocoaPods: version: 1.16.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.5 - iOS 18.5 - macOS 15.5 - tvOS 18.5 - visionOS 2.5 - watchOS 11.5 Android SDK: Not Found IDEs: Android Studio: 2025.1 AI-251.25410.109.2511.13752376 Xcode: version: 16.4/16F6 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.16 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 19.0.0 wanted: 19.0.0 react: installed: 19.1.0 wanted: 19.1.0 react-native: installed: 0.80.1 wanted: 0.80.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: trueSteps to reproduce
Reproducible example repository
await GoogleAuth.signIn() causes an error