Skip to content

Instantly share code, notes, and snippets.

@rusenask
Created August 28, 2019 20:00
Show Gist options
  • Save rusenask/ee3928fabf3a13b744615143402a29c4 to your computer and use it in GitHub Desktop.
Save rusenask/ee3928fabf3a13b744615143402a29c4 to your computer and use it in GitHub Desktop.
func (m *FirestoreBinManager) BinPut(ctx context.Context, b *bin.Bin) (err error) {
_, err = m.client.Collection(m.binsCollection).Doc(b.GetId()).Set(ctx, b)
return err
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment