-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does Firebase pendingAuthResult return null when the app is killed? #1045
Comments
Any update on this? |
Hello, will there be an update on this or is it better to post this issue somewhere else? |
@pesathem apologies I should have looked at this sooner. I do not know the answer, @malcolmdeck do you know if the quickstart has a mistake or if maybe there is something going on with the SDK? |
I've shared an item with you:
File_003
https://drive.google.com/file/d/1SoXBVJqLc0BCtlXbmExjjUwoGTxcLEC1/view?usp=sharing&invite=CJmxxfEH&ts=5ecde669
It's not an attachment -- it's stored online. To open this item, just click
the link above.
|
I've shared an item with you:
File_002.txt
https://drive.google.com/file/d/1FXjj3OmHJMIAuR24_RkN7ngWia_jGAd8/view?usp=sharing&invite=CJCH0B0&ts=5ecde669
It's not an attachment -- it's stored online. To open this item, just click
the link above.
|
I've shared an item with you:
File_001.png
https://drive.google.com/file/d/1ZJcyXbsqetuVSocReiYdyB9GS6Eb2S_5/view?usp=sharing&invite=CIX6xsEI&ts=5ecde669
It's not an attachment -- it's stored online. To open this item, just click
the link above.
|
This is being tracked internally in b/157154451 |
I am using v19.3.2, |
Same here with v20.0.1, any update on this? |
Any update? |
Step 1: Describe your environment
Step 2: Describe the problem:
When the app in the background is killed while performing Apple sign-in in Chrome, the authentication behaves inconsistently.
Steps to reproduce:
GenericIdpActivity
auth.currentUser
andauth.pendingAuthResult
arenull
inonStart()
Observed Results:
If I then restart the app, I am suddenly signed in and the pending result is present. And it doesn't disappear no matter what I do.
Expected Results:
The pending result shouldn't be
null
if the app is killed while in the background. That is the whole point of the pending result. Generally, the current behavior when the app is killed seems really inconsistent and buggy.Related SO question:
https://stackoverflow.com/questions/59718353/why-does-firebase-pendingauthresult-return-null
The text was updated successfully, but these errors were encountered: