Skip to content

Instantly share code, notes, and snippets.

@abegehr
Last active April 28, 2020 10:25
Show Gist options
  • Save abegehr/dbf95bc217c39dfce6b56d5ec6b54a7f to your computer and use it in GitHub Desktop.
Save abegehr/dbf95bc217c39dfce6b56d5ec6b54a7f to your computer and use it in GitHub Desktop.
// https://firebase.google.com/docs/firestore/quickstart
var db = firebase.firestore();
const userPromise = db.doc("user/" + uid).get();
const articlePromise = db.doc("article/1").get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment