David Brown
David Brown

Reputation: 3061

How to send localized notifications using the Java Admin SDK version of Firebase Cloud Messaging?

Does anyone know if the Java Admin SDK FCM module supports localization?

According to the docs, at least for the REST interface, we can specify body_loc_key and title_loc_key instead of body and title Strings which will then be localized on the received devices.

It doesn't look like there is any way to do this using the Java SDK, although it seems unlikely though as this must be a common requirement.

Upvotes: 0

Views: 267

Answers (1)

David Brown
David Brown

Reputation: 3061

With the help of several nested builders, yeah finally we got to the working solution.

https://dev.to/davebrown1975/localised-notifications-with-firebase-cloud-messaging-fcm-ecn

Upvotes: 1

Related Questions