Closed tevla closed 2 years ago
@tevla I am referencing to the value mentioned in Apple docs https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app#2980037.
Firebase Admin SDK uses boolean value instead that makes things to be more confusing.
The parameter for ios called content_available was misspelled as content-available and the value is a boolean not an integer. Firebase endpoint returns an error when it is not spelled correctly.