Hi guys, I’m pulling data from firestore, one of t...
# getting-started
t
Hi guys, I’m pulling data from firestore, one of the data types is referencing another collection. When I set my data model to DucumentRefrens, I can get data by doing toObjects. I was wondering how can I convert this incoming Document reference into a model? I tried giving the parameters in the model one by one. when it tries to fetch the collection it refers to, it first comes back as null, then adds it. How can I bring them at the same time? I hope I was able to explain…
😶 2