me.at.coding
me.at.coding

Reputation: 17714

FCM set a fixed instance id?

I am developing an app that will only be used by me. Is it possible to set a fixed FCM instance id? I want to skip the work of communicating the dynamic instance id to the server.

Upvotes: 0

Views: 42

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317677

No, you will need to use the instance ID assigned to the device by the SDK, and keep it up to date in case it changes for that device.

Upvotes: 1

Related Questions