You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK supports only the HTTP V1 API; unfortunately, device groups are only part of the legacy APIs. Perhaps the Google PHP API Client Services (https://github.com/googleapis/google-api-php-client-services) provide this, but I haven't checked this (I'm not at my computer right now).
Since authentication to the legacy APIs works differently, the SDK can't support custom requests to them as well.
Implementing all this within the SDK would require a considerable amount of work (= funding 😄), so I don't think I will be able to implement this anytime soon.
Describe the feature you would like to see
Hi. Cloud Messaging allows managing device groups.
Would be great having api for that too: https://firebase.google.com/docs/cloud-messaging/http-server-ref#device-group-management
Btw. Is there any way of utilising group api via this library in a "custom request mode"?
The text was updated successfully, but these errors were encountered: