Hello Everyone!
I’m trying to see if a field called “exam_id” in “My_question” collection in firebase, matches with a specific value in the back-end. For that, i use the following data variables formula:
When i used “data.my_question[0].exam_id”, it returns only the first document in the “My_question” collection, what i really wanted is that the formula looks for every document in “My_question” collection looking for the value that i want. How can i do that?
Thanks!