-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
I have a query on a widget. I filter the collection with an OR condition. When a new Firebase document is created, it shows the document, but when I delete the document in the Firebase it still shows the document on the UI and also in the debug panel. I can see the deleted document is coming up. It means it is not refreshing the data.
If I remove the or condition, it works as I expect it to work.
Expected Behavior
In the OR filter conditon also it should listen for document and collection changes.
Steps to Reproduce
Create Query Collection on a widget such as container. Give OR condition for filter and order the documents in date decreasing.
Create Firebase document, and delete any document manually or from client application. Check the debug data, if the backend query result show the expected data.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
ITESjMmB+cpgrsQF0LncacZqhQIgQ0QnU7gnlO1ucx43G7KsEYkyesmkNkNKT7y8TFZYIFmLhj4z//zTiezLD+0BISmqb7p80JVAczmXZFyjRcWoCbrhenxDL+hYBXWB0qaJqiRSJtdtcUY6wDqPNq3qNleeY8aSfxBlZ7vfcPo=
Visual documentation
Environment
- FlutterFlow version: 6.1.44
- Platform: Windows
- Browser name and version: NA
- Operating system and version affected: Windows 11 for the workstation
Additional Information
No response