So there's a Firestore Reference object created with db.ref("parent/child").
And there's a Firestore DocumentReference object created with doc(db, "parent", "child")
The documentation makes it seems like these are slightly different. But how are they different? Why would I use one versus the other?