firebase-admin-node
firebase-admin-node copied to clipboard
feat(fcm): Add bandwidthConstrainedOk and restrictedSatelliteOk
Adds two new optional boolean properties, bandwidthConstrainedOk and restrictedSatelliteOk, to the AndroidConfig type in the messaging API.
This change includes:
- Updating the
AndroidConfiginterface insrc/messaging/messaging-api.ts. - Adding the corresponding property mappings in
src/messaging/messaging-internal.ts. - Updating unit tests in
test/unit/messaging/messaging.spec.tsto cover the new properties.