My goal is to host a webpage, where a user can write data to a cloud database. My app inventor app will then be notified that a data update has occurred, and take action on that data. It will then use bluetooth to command a robot based on that data, but that's out of scope for my question.
How can I / should I setup the cloud database and webpage? Should I use Cloud DB, Firebase, or TinyWebDB?
Is it possible to add .DataChanged to TinyWebDB?
Is it possible to create webpages that can post to the storage offered by Cloud DB or Firebase for App Inventor (aka MIT's account)?