Open jezsung opened 5 months ago
Auth
Android
final userCredential = await FirebaseAuth.instance.signInWithEmailAndPassword(email: 'test@test.com', password: '000000'); print(userCredential.additionalUserInfo!.providerId); // => null
The providerId is null on Android while it's 'password' on iOS.
providerId
'password'
3.1.0
3.19.5
No response
Flutter dependencies
@jezsung Thank you for reporting this issue. I've been able to reproduce it. I've informed the team, and we will be working on a fix for it.
Opened here : https://github.com/firebase/firebase-android-sdk/issues/6054
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Android
Description
The
providerId
is null on Android while it's'password'
on iOS.Reproducing the issue
Firebase Core version
3.1.0
Flutter Version
3.19.5
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippet```yaml firebase_auth: ^5.1.0 firebase_core: ^3.1.0 ```
Additional context and comments
No response