Use ref to simply get a native ref object from the Firestore SDK. await db.ref("users", "Bob") // equivalent firestore await db.collection("users").doc("Bob")