Skip to content

Instantly share code, notes, and snippets.

@mainawycliffe
Last active November 6, 2022 21:49
Show Gist options
  • Save mainawycliffe/b0255c7eefaaa81b2ecc31b6a8c4d057 to your computer and use it in GitHub Desktop.
Save mainawycliffe/b0255c7eefaaa81b2ecc31b6a8c4d057 to your computer and use it in GitHub Desktop.
doc, err := client.Collection("configs").Doc("config").Get(ctx)
if err != nil {
log.Fatalln(err)
}
data := doc.Data()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment