firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
1.02k stars 315 forks source link

feat(fcm): Enabled the `direct_boot_ok` parameter for FCM Android Config. #734

Closed jonathanedey closed 8 months ago

jonathanedey commented 11 months ago

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.