bug(authentication): No user is signed in #524
Labels
bug/fix
Something isn't working
needs: reproduction
needs: triage
package: authentication
platform: ios
iOS platform
Plugin(s)
Version
5.3.0
Platform(s)
Current behavior
When doing signInWithYahoo this error shows:-
To Native -> FirebaseAuthentication signInWithYahoo 48551500
[ FirebaseAuthentication ] No user is signed in.
ERROR MESSAGE: {"errorMessage":"No user is signed in.","message":"No user is signed in."}
⚡️ [error] - {"errorMessage":"No user is signed in.","message":"No user is signed in."}
⚡️ To Native -> FirebaseAuthentication signInWithYahoo 48551501
Expected behavior
Should SignIn as per 5.2.0
Reproduction
Its based on your Example code
Steps to reproduce
const signInWithYahoo = async () => {
const result = await FirebaseAuthentication.signInWithYahoo();
return result.user;
};
Other information
No response
Capacitor doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 5.6.0
@capacitor/core: 5.6.0
@capacitor/android: 5.6.0
@capacitor/ios: 5.6.0
Installed Dependencies:
@capacitor/android: 5.5.1
@capacitor/core: 5.5.1
@capacitor/cli: 5.5.1
@capacitor/ios: 5.5.1
[success] iOS looking great! 👌
[success] Android looking great! 👌
Before submitting
The text was updated successfully, but these errors were encountered: