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
When receiving a push notification from Firebase an internal NullReferenceException occurs:
System.NullReferenceException: Object reference not set to an instance of an object.
at Firebase.Messaging.AndroidNotificationParams.FromInternal (Firebase.Messaging.AndroidNotificationParamsInternal other) [0x00000] in <00000000000000000000000000000000>:0
at Firebase.Messaging.FirebaseNotification.FromInternal (Firebase.Messaging.FirebaseNotificationInternal other) [0x00000] in <00000000000000000000000000000000>:0
at Firebase.Messaging.FirebaseMessage.FromInternal (Firebase.Messaging.FirebaseMessageInternal other) [0x00000] in <00000000000000000000000000000000>:0
at Firebase.Messaging.FirebaseMessagingInternal+Listener+<>c__DisplayClass13_0.<MessageReceivedDelegateMethod>b__0 () [0x00000] in <00000000000000000000000000000000>:0
at Firebase.ExceptionAggregator.Wrap[T] (System.Func`1[TResult] func, T errorValue) [0x00000] in <00000000000000000000000000000000>:0
at Firebase.AppUtil.PollCallbacks () [0x00000] in <00000000000000000000000000000000>:0
at Firebase.Platform.FirebaseHandler.Update () [0x00000] in <00000000000000000000000000000000>:0
Firebase.ExceptionAggregator:LogException(Exception)
Firebase.ExceptionAggregator:ThrowAndClearPendingExceptions()
Firebase.Platform.FirebaseHandler:Update()
NullReferenceException: Object reference not set to an instance of an object.
at Firebase.ExceptionAggregator.ThrowAndClearPendingExceptions () [0x00000] in <00000000000000000000000000000000>:0
at Firebase.Platform.FirebaseHandler.Update () [0x00000] in <00000000000000000000000000000000>:0
Thanks for reaching out, @jbattersby-gg. This looks like a duplicate of #1091. In order to keep a single line of communication, I'll go ahead and close this thread for now.
Feel free to continue your report on the linked thread, and kindly leave a thumbs up on the author's post. It'll help us prioritize issues based on severity. Thanks!
Description
When receiving a push notification from Firebase an internal NullReferenceException occurs:
Reproducing the issue
No response
Firebase Unity SDK Version
12.2.0
Unity editor version
2022.3.32f1
Installation Method
.unitypackage
Problematic Firebase Component(s)
In-App Messaging
Other Firebase Component(s) in use
Analytics
Additional SDKs you are using
PlayFab
Targeted Platform(s)
Apple Platforms
Unity editor platform
Mac
Scripting Runtime
IL2CPP
Release Distribution Type
Pre-built SDK from https://firebase.google.com/download/unity
Relevant Log Output
No response
If using CocoaPods for Apple platforms, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: