Replies: 1 comment 3 replies
-
If you search in the issues list I believe others have reported this. Hard to say if it was a firebase-ios-sdk issue or not, if it was whether it was corrected in current versions or not, or project-specific issue or not. I do know that getting tokens is an asynchronous process based on the network so I'd check the documentation of the underlying firebase-ios-sdk very carefully and see if the expectations are reasonable. May be that null is an acceptable return value under certain conditions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
before filing a bug I would like to ask for any feedback if you experienced similar behavior. We use Push Notifications extensively and experienced that sometimes:
const token = await messaging().getToken()
returnsnull
I never saw it locally but we definitely see it in our production logs, mostly ios. Any thoughts?
Thanks,
Christian
Beta Was this translation helpful? Give feedback.
All reactions