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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Crashlytics report a lot of "Cannot read property 'isSuccess' of null" while android google sign in. (Just after screen_view firebase_screen_class: SignInHubActivity)
It seems that const googleSignInResult = com.google.android.gms.auth.api.Auth.GoogleSignInApi.getSignInResultFromIntent(eventData.intent); can be null and crash on googleSignInResult.isSuccess(); call.
I still can't reproduce it but it often comes back in Crashlitics on several Android versions (6, 7, 8, 9).
The text was updated successfully, but these errors were encountered:
It should avoid app crash, but it doesn’t explain why it’s happening.
Android API doc explains that it happen when we provide the wrong Intent to the getSignInResultFromIntent method. But I do not understand why this happens ... and only occasionally.
Hello,
Crashlytics report a lot of "Cannot read property 'isSuccess' of null" while android google sign in. (Just after
screen_view firebase_screen_class: SignInHubActivity
)It seems that
const googleSignInResult = com.google.android.gms.auth.api.Auth.GoogleSignInApi.getSignInResultFromIntent(eventData.intent);
can be null and crash ongoogleSignInResult.isSuccess();
call.I still can't reproduce it but it often comes back in Crashlitics on several Android versions (6, 7, 8, 9).
The text was updated successfully, but these errors were encountered: