firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
356 stars 128 forks source link

[FR] Add Direct_Boot_OK to AndroidConfig() #382

Open CatrinaFitabase opened 4 months ago

CatrinaFitabase commented 4 months ago

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?

google-oss-bot commented 4 months ago

I found a few problems with this issue: