Skip to content

Instantly share code, notes, and snippets.

@Eosis
Created January 13, 2022 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eosis/ab7b5aabf46e13b71d354dc4d1914c53 to your computer and use it in GitHub Desktop.
Save Eosis/ab7b5aabf46e13b71d354dc4d1914c53 to your computer and use it in GitHub Desktop.
const userDoc = await getDoc(doc(db, '/users/', uid))
const name = userDoc.data().name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment