firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

feat(fcm): Add bandwidthConstrainedOk and restrictedSatelliteOk

Open lahirumaramba opened this issue 1 month ago • 0 comments

Adds two new optional boolean properties, bandwidthConstrainedOk and restrictedSatelliteOk, to the AndroidConfig type in the messaging API.

This change includes:

  • Updating the AndroidConfig interface in src/messaging/messaging-api.ts.
  • Adding the corresponding property mappings in src/messaging/messaging-internal.ts.
  • Updating unit tests in test/unit/messaging/messaging.spec.ts to cover the new properties.

lahirumaramba avatar Oct 23 '25 20:10 lahirumaramba