[go-nuts] Re: What is the idiomatic way to create dynamic clients for Firestore in Go

2023-12-29 Thread Darrel Herbst
Use https://pkg.go.dev/cloud.google.com/go/firestore#NewClientWithDatabase to specify the databaseID. On Wednesday, December 27, 2023 at 11:51:02 PM UTC-5 Alex Breadman wrote: > I want multi-tenancy but there is no clear documentation. > > Is it supported yet in the firebase/firestore packages y

[go-nuts] Re: What is the idiomatic way to create dynamic clients for Firestore in Go

2023-12-27 Thread Alex Breadman
There is no clear way to specify a database On Thursday, December 28, 2023 at 4:51:02 AM UTC Alex Breadman wrote: > I want multi-tenancy but there is no clear documentation. > > Is it supported yet in the firebase/firestore packages yet? > > Thanks > -- You received this message because you are