feat(fcm): Enabled the `direct_boot_ok` parameter for FCM Android Config. by jonathanedey · Pull Request #734 · firebase/firebase-admin-python

@jonathanedey

Enable direct_boot_ok in FCM Android Config.
If set to true, messages will be allowed to be delivered to the app while the device is in direct boot mode.
This allows developers to the parameter through the Admin SDK, a functionality which already exists and works in HTTP v1.

@jonathanedey jonathanedey changed the title feat(fcm): Enabled the direct_boot_ok Android Config parameter. feat(fcm): Enabled the direct_boot_ok parameter for FCM Android Config.

Oct 25, 2023

lahirumaramba

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

egilmorez

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments LGTM, thanks!

jonathanedey added a commit that referenced this pull request

Feb 13, 2024
…fig. (#734)

* feat(fcm): Enabled direct_boot_ok Android Config parameter.

* Added tests.

* fix: add to correct config.

* fix: Validator label