Hello !
I'm new to flutterflow and have recently started my first custom functions. I've been concentrating on the reviews system on the application and I'm having a problem retrieving the reviews that has already been made to modify it and not recreate a new.
In my function, I would like to check on all the documents in the reviews collection if the userID parameter was equal to the authenticated user. Note : the reviews collection is a sub-collection of the place collection. Despite modifying the code by changing the alogrithm, I came back to the same problem below. I don't understand why it doesn't return the document path reference example : /places/75OpUV9acKPV43xmrifY/reviews/A753A5CAALrYLgjSza7d in the test.
Whereas in the test, the path of the authenticated user matches the user giving a review
Does anyone have any idea what's wrong?