gcloud-sdk-rs icon indicating copy to clipboard operation
gcloud-sdk-rs copied to clipboard

Firebase Messaging API Support

Open lukemauldinks opened this issue 7 months ago • 2 comments

Does this crate support https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages

I cannot find support for Firebase Messaging in the docs on docs.rs?

lukemauldinks avatar May 13 '25 00:05 lukemauldinks

Since it is not available through gRPC, this can be supported natively if we can copy this: https://github.com/APIs-guru/openapi-directory/tree/main/APIs/googleapis.com/fcm/v1

(REST specs are updated/refreshed manually, gRPC updated automatically once in month)

I can check if it is an easy task and come back to you

abdolence avatar May 14 '25 14:05 abdolence

OK, it has been generated successfully, you can test it from a feature branch pointing your Cargo.yaml at git directly to a branch feature/fcm-v1-rest-support:

https://github.com/abdolence/gcloud-sdk-rs/pull/207

Let me know if it doesn't work

abdolence avatar May 14 '25 15:05 abdolence