Is there a way to have record data update in real time for a user without a page reset?
Context:
I have a sequence where a user inputs some information into a firestore record, which, when saved, triggers a webhook that does a series of things and adds/updates items within the same record.
I have the user redirected to a page that filters to the given record once they’ve submitted their information…
Looking for a way to let certain items on the page update as changes are made to the data record.
Thoughts? Ideas?
Thanks!