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 I send my templates message I populate the params dictionary with the keys sender and message and they will be replaced as expected and result in the following output:
{com.google.firebase.messaging.RemoteMessage$Notification@305d335}
Body: "hallo2"
Title: "Bulk message from backend"
Notice how body and title are correctly set.
Then I change my template to include additional text like below:
I'm using the Notification Hub client lib 1.0.9
I am registering a template like this:
When I send my templates message I populate the params dictionary with the keys
sender
andmessage
and they will be replaced as expected and result in the following output:Notice how body and title are correctly set.
Then I change my template to include additional text like below:
and the result is:
The
message
placeholder is not being replaced anymore. This is for FCM/GCM only and work fine for iOS templates.The text was updated successfully, but these errors were encountered: