Tyler Bui-Palsulich
Tyler Bui-Palsulich
@grayside what is the next step here? #696 was resolved.
Seems like a good idea to me.
Ahh. So, here is the flow: 1. Store some data in Firestore, going in as type `MyModel`. 2. A Firestore Cloud Function is triggered and the data comes out as...
It might change between versions. But, yes, I think it would make sense to put some info into an overarching doc. For now, if you ctrl+f for `retry` in the...
I like this idea! Assigning to the right team to see if we've considered doing this across all supported languages, or if we'd like to.
Thank you for the detailed report! The `default` case of that switch uses reflection to get the `Kind`: https://github.com/googleapis/google-cloud-go/blob/28a9062d1dd4272371932472056f6fc8c1780372/datastore/save.go#L443-L447 I am not sure if this change in behavior is intentional,...
> Yeah but it's only for dereferencing a pointer IIUC. Yes, hence the last paragraph of my comment. :smile: I still haven't thought of any reasons we wouldn't want to...
A sentinel error value seems reasonable to me here. I don't think we should "fake" a gRPC error code. I don't see similar error values defined in `firestore`, `pubsub`, `storage`,...