Hello.
I'm making a project which deals with firebase realtime database.
I try to make this function of Arduino. which is
Take temperature, humidity sensor value by arduino ( It works fine.)
send these value to google firebase (realtime database). (It works fine too.)
Display these value at Application which made by MIT App inventor. (it doesn't work )
I really don't know why it doesn't work..
Codes are really fine, and also Arduino code is fine too.
Actually, I am suspicious at firebase token. At last year, I've never seen about Firebase Admin SDK. How can i use it instead of using 'database password'?
How can i connect with firebase to app inventor?
plz I need your help...!!
@hodung@ABG Hello, i have the same problem. Can u help me resolve it, plz
My App used to work good, but now it doesn't work.
I think it has problem sending data from firebase to mitapp because everything on my app is working fine except receiving data from firebase.
This is my app and my firebase
I see in your Designer attributes of FirebaseDB component you have it set to bucket "Sensor".
But I don't see in your data dump of your FireBase database any branch named "Sensor".
So your app is looking in the wrong place for data changes.
@ABG thanks you, it work. But i have a another issue, that is i want use voice to control, call out the measured values, but no i think i am missing something, please see if it is wrong please help me.
Oh thanks you, it work for the first 3 data, but the last one even receives the voice but it doesn't show the result. I don't know what the error is because it's made up similar to the above.
Sorry, I do not know. Perhaps because you used a separate if..then statement instead of chaining if..then..else if Blocks as shown in #1 or you did not filter as in #2?
**