Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device group management #774

Open
xdrew opened this issue Mar 7, 2023 · 1 comment
Open

Device group management #774

xdrew opened this issue Mar 7, 2023 · 1 comment
Assignees

Comments

@xdrew
Copy link

xdrew commented Mar 7, 2023

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"?

@jeromegamez
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants