Firebase Messaging API Support
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?
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
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