firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
[FR] Add Direct_Boot_OK to AndroidConfig()
Following the instructions to include "direct_boot_ok" : true in the message request body:
https://firebase.google.com/docs/cloud-messaging/send-message#c_3
Some packages such as Python Admin SDK have a direct boot parameter: https://firebase.google.com/docs/reference/admin/python/firebase_admin.messaging
However, is the .NET SDK does not: https://firebase.google.com/docs/reference/admin/dotnet/class/firebase-admin/messaging/android-config
Is there another location to pass this parameter or will this be added later?
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.