I tried to find a reference, but it was mostly an older version of the firestore.
let snapshot = await firebase.firestore()
.collection('route')
.doc('0bayKbCiAchc0Vy9XuxT')
.collection('qa')
.get()
I tried to find a reference, but it was mostly an older version of the firestore.
let snapshot = await firebase.firestore()
.collection('route')
.doc('0bayKbCiAchc0Vy9XuxT')
.collection('qa')
.get()
Yes, there is. Please go through the given link for more information: https://firebase.google.com/docs/firestore/data-model.