Woojong Koh

Results 36 comments of Woojong Koh

FindNearest has been added to [firestore/apiv1/firestorepb/query.pb.go](https://github.com/googleapis/google-cloud-go/blob/eba87271bdad6bd44f1cda559a1bb4d6f73c5a94/firestore/apiv1/firestorepb/query.pb.go#L519) in the main branch. Can we release an update to cloud.google.com/go/firestore, which was last published in March 2024? This would allow users to directly...

Thanks for your reply, @asg017! I think that your function and https://pkg.go.dev/database/sql#RawBytes can work together for this use case. I'll give it a try soon!

@asg017 Thank you for the function! It works as intended and is very helpful for unit testing and debugging. I hope you add the function to the next release.

Thanks for pointing out the issue with the CHECK constraint! I've made the CHECK constraint stricter as shown below, and it successfully invalidates the 'ABC' and '...Z' cases. I believe...