guys,
I am working on an app in MIT App Inventor, and I want to create a dynamic table that displays sensor data stored in Firebase Realtime Database. The table should:
Automatically add new rows as data is added to Firebase.
Display fields like timestamp, Temperature, Humidity, etc.
Does your app need to download data in the background (when you are not using your app, app is closed) or can it catch up when the app is opened again?
i will do when the app is open then only catch the data. My situation now maybe is dont know how to do the block diagram. Since all data is completely store to firebase.