With the new FCM v1 api, you can add android specific notification options.
The way the priority value was being added led to any android options specified in the config file being overridden.
This changes that behaviour to ensure they are kept if present.
With the new FCM v1 api, you can add android specific notification options. The way the priority value was being added led to any android options specified in the config file being overridden.
This changes that behaviour to ensure they are kept if present.