Hello Flutter Flow Community!
I hope everyone is doing well. I have a specific query that I could really use some help with. I am trying to figure out how to consume a Cloud Function created with Flutter Flow's new Cloud Functions Manager within a ListView
in my application.
I've deployed cloud functions using Flutter Flow's new Cloud Functions Manager and everything is working fine on that front. However, I'm unsure about how to proceed when it comes to fetching this data into a ListView
within my Flutter app.