Document for Reference Page only works as Single Time Query

Database & APIs

Has anyone encountered the following issue recently?

When setting up a page to receive the entire document as a parameter reference for configuring widgets (such as text, toggle icons, and pictures), the receiving page only functions as a single-time query.

In simpler terms, if you don't directly query the receiving page again for that collection, and solely use the parameter document as a reference to configure the widgets, it does not provide real-time updates to the page.

Manual reloading of the page is required for updates - like toggle icons not updating in realtime.

This issue has just started occurring today on some of my pages.

What have you tried so far?

When directly querying the page with the collection, real-time updates began functioning properly.

For instance, the toggle button would switch from "on" to "off" in real-time when querying the page, unlike when simply configuring it with a document from the parameter.

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