Hi, I'm a student who is learning about mit app and firebase by myself for my project. I have zero basic knowledge about these two. I encounter a problem in which I want to read/retrieve data from Firebase. However, I did not managed obtain the key from the firebase in which it resulted to null. I think the problem is the tag but I do not find any way to fix it. Link below is the one I used as reference.
The thing is, I want to create apps which it just read data (no submit and delete data from mit app). The firebase data is from the sensor that connected to Raspberry Pi. I used python coding to send it to firebase.
(Excluding the sign up/sign in)
I am supposed to enter "Distance" in the textbox (which is tag from firebase) and when I pressed the Read Data button, I want the value/number in the key of firebase data (from the picture, it is "7.00" ) to appear in the label responseContent.
(Excluding the sign up/sign in)
I am supposed to enter "Distance" in the textbox (which is tag from firebase) and when I pressed the Read Data button, I want the value/number in the key of firebase data (from the picture, it is "7.00" ) to appear in the label responseContent.