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

feat: FCM v1 REST API support

Open abdolence opened this issue 7 months ago • 3 comments

  • feat: FCM v1 API support

abdolence avatar May 14 '25 15:05 abdolence

Thank you! I plan to try it out over the next couple of days.

lukemauldinks avatar May 14 '25 17:05 lukemauldinks

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

lukemauldinks avatar May 14 '25 17:05 lukemauldinks

It is not something that supported internally. Perhaps you want to have a look solutions like https://crates.io/crates/backoff for this.

abdolence avatar May 14 '25 19:05 abdolence