Is the gcm.message_id
check required to work?
#6212
Unanswered
wmatyjanomtek
asked this question in
Ideas
Replies: 1 comment 2 replies
-
🤔
I believe no attempt is made to process non-GCM messages, as we may not know how to deal with them. This may not be the most useful stance, I believe others have tried to integrate non-GCM (read as: non-firebase) messages and perhaps something could be done to be a bit more open. However, it may be better to handle your non-firebase notification needs via Notifee.app ? I don't think it restricts on gcm.message_id Not sure how useful this comment is, as I'm not sure of your use case |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In iOS AppDelegate.m in
didReceiveRemoteNotification
there is a code:Is this code really needed? I don't think it's actually used anywhere, except from this Log.
I'm using sendbird sdk which doesn't provide this field and I'm wondering whose issue it actually is.
Beta Was this translation helpful? Give feedback.
All reactions