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.