Open aaron-tillekeratne opened 2 days ago
Hey, thanks reporting it!
It was a limitation in gcloud-sdk
crate, not firestore
.
I was for some reason convinced it was implemented before, apparently it was missing in gcloud-sdk.
Now I think I've added it to the master branch of https://github.com/abdolence/gcloud-sdk-rs.
You can try to override the version for now using [patch.crates-io]
in your Cargo.toml.
Appreciate if you can verify and confirm if it works for you as well before I release the new gcloud-sdk
crate.
Hey @abdolence thanks for that.
Confirmed, using the [patch.crates-io]
is resolving the issue.
[patch.crates-io]
gcloud-sdk = {git = "https://github.com/abdolence/gcloud-sdk-rs"}
will you be updating the dependency chain for firestore-rs
?
I'm going to release it around next week.
No worries, I'll close this down next week.
Reproduce Steps:
Authenticate ADC with SAI
gcloud auth application-default login --impersonate-service-account
Run the sample code or below
Expected result
"success"
Seen result