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...!!