Statistical charts

Hello everybody, i need some help with Firebase-ESP8266-AppInventor,

First at all, sorry about my english.

I have a sensor connected on a ESP8266, it sends data to my firebase database and then App Inventor gets the values from there, so i want that values starts to be processed to make the charts.
Is there a plugin?

Can anybody help me? Please

See here

1 Like

For Firebase tips, see

Beware this danger of adding data to Firebase directly from a non-AI2 program:

Add some data to your Firebase data store using AI2 to send some sample data, then inspect it in the Firebase dashboard. You will see extra wrappers added by AI2 to let it know the data type(s) of the data for when AI2 later retrieves the data.

You will need to send those wrappers from your ESP.

1 Like