Firebase - subcollection query issue - Array Contains

Database & APIs

I have a problem with querying data from Firebase and using a filter on a subcollection. I generally want to query data from the answer field based on the ID value.

Example: Select the answer where id = 605.

Does anyone know how to resolve this issue?

Figure. FIrebase collection

Figure. Configuration that doesn't work.

What have you tried so far?

I tried selecting a collection and then using a filter that includes a subcollection and a search condition of ID 605 by using Array Contains relation, but it doesn't work.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply