Jean-Sebastien Mouret

Results 16 comments of Jean-Sebastien Mouret

Not using firebase anymore, so closing this PR

first pull request was bad. hopefully the second one works better :)

a bit more explanation on the PR above, the user code would look like: ```go var client *firestore.Client type Model = struct { Something string `firestore:"something"` } func OnWrite(ctx context.Context,...

to test it, add this to `go.mod` ``` replace cloud.google.com/go/firestore => github.com/jsmouret/google-cloud-go/firestore master ``` sadly, gcloud deploy doesn't support the replace statement (see https://github.com/GoogleCloudPlatform/golang-samples/issues/743#issuecomment-458574149 and https://github.com/googleapis/google-cloud-go/issues/1947 ) workaround is to...