Reputation: 17714
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
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