How do I iterate through documents (bundles) from firestore?

This is what a run looks like on my firestore:

However, I cannot seem to extract the right element to iterate over in the Iterator:

(so I Don’t have huge access this account yet)
But I’m having the same error, about to start a very large build using https://www.rowy.io/ and https://firebase.google.com/docs/firestore

@Michaela Can we confirm that this is working properly?

Hello there @assembly, welcome to the community :wave:
Thanks again for the tag @JugaadiTech :slightly_smiling_face:

Based on the screenshots you’re sharing, you’re working with collections. That means there is no need to iterate. The time to use an iterator comes when you’re working with arrays.


In the mapping panel, you can recognize an array by these square brackets

array_


If you wanna learn more about data types, I’d recommend checking out this neet overview by @Bjorn.drivn

3 Likes

That would make sense,
thank ya!

1 Like

Ah thank you! It works as you described.

1 Like