gcloud-sdk-rs
gcloud-sdk-rs copied to clipboard
feat: FCM v1 REST API support
- feat: FCM v1 API support
Thank you! I plan to try it out over the next couple of days.
How are retries handled in the Rust version? See the Go version for reference: https://github.com/firebase/firebase-admin-go/blob/master/internal/http_client.go#L77
It is not something that supported internally. Perhaps you want to have a look solutions like https://crates.io/crates/backoff for this.