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
How can I send Android notification payload using gRPC?
gRPC NotificationRequest struct has a special field Alert for iOS alert payload, but there is no
such field for Android.
How can I send Android notification payload using gRPC?
gRPC NotificationRequest struct has a special field
Alert
for iOS alert payload, but there is nosuch field for Android.
Also, looking at your code I have noticed that you hardcoded
success
value inNotificationReply
totrue
I think this might be misleading.
The text was updated successfully, but these errors were encountered: