I am trying to receive Firebase push notification in background on iOS device, using notification composer. As I see it is impossible without adding "content_available" : true to aps payload as stated in this answer.
In notification composer there is advanced options -> custom data, but writing "content_available" : true there includes it not into "aps", but in the whole received data.
How to make it appear in the aps?