I'm currently working on an app that can control a robot through manual controls. I want to be able to press a button on my app, and have that button send a string or some file to my database to that can be accessed by my embedded systems.
Is there a way to tap a button on a Flutter Flow app and have it send data to the Firebase?