firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.13k stars 242 forks source link

feat(fcm): Add support for iOS 15's "interruption level" setting #475

Closed AntonNguyen closed 2 years ago

AntonNguyen commented 2 years ago

Discussion

This PR will add support for ios 15's interruption level setting in the APS payload. Discussion is here: https://github.com/firebase/firebase-admin-go/issues/474

Testing

I have manually ran the unit tests and integration tests and verified that they pass.

API Changes

No Public API Changes