Replies: 3 comments 2 replies
-
Update: I found that setting |
Beta Was this translation helpful? Give feedback.
-
You can set const appleResult = await FirebaseAuthentication.signInWithApple({ skipNativeAuth: true });
...
const googleResult = await FirebaseAuthentication.signInWithGoogle({ skipNativeAuth: false }); This way you should get |
Beta Was this translation helpful? Give feedback.
-
Hi @robingenz , Thanks for the response, using Google sign-in with However, I just tested Apple sign-in on iOS device, and |
Beta Was this translation helpful? Give feedback.
-
Hi @robingenz ,
I see that this feature has been added as part of the #30 , however in my testing I'm currently unable to see
additionalUserInfo
being exposed on an Android device. I can see it though when testing on a web browser.It seems I'm only getting the
credential
from the SignInResult and nothing else. Using Google sign-in.Any ideas?
Config:
Using:
"@capacitor-firebase/authentication": "^1.2.0"
Android 9 / Chrome Mobile WebView 107
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 4.5.0
@capacitor/core: 4.5.0
@capacitor/android: 4.5.0
@capacitor/ios: 4.5.0
Installed Dependencies:
@capacitor/core: 4.4.0
@capacitor/android: 4.4.0
@capacitor/cli: 4.4.0
@capacitor/ios: 4.4.0
Beta Was this translation helpful? Give feedback.
All reactions