I have a cold function in firebase which works perfectly. It serves to return the coordinates of an address. I have added an error message to handle errors when the address added in the input text field is wrong (like: invalid address, try again)
How can I show the error message in Flutterflow to let my users know that they need to fix the address?
Many thanks!