I'm trying to build realTime (websocket) indicator that will allow me to refresh the data.
I have a listview connected to a firebase table. When the data change in firestore, i see the data change on my client. Now when the data change, i want to initiate an api call in order to pull some other data and update my appstate. but unfortunately, I'm only able to bind me textField in my list view to custom function and not custom Action. So i thought maybe i can call the the custom action from the custom action ? I did see post about calling custom function from custom action which is possible.
My issues:
1. Unable to create async/await call from custom function.
2.Unable to set FFAppState from custom function.
Unable to call my custom action from my custom function.
Any help will be much appreciated ๐