How to send data on firebase using Raspberry Pi 3 in Python and authorize the database

preview_player
Показать описание
Before Sending Data through Raspberry Pi make sure you have the firebase and cloud storage libraries installed

Follow the steps in this video and use the following Code

from firebase import firebase

firebase = firebase.FirebaseApplication(url)
print(result)

Рекомендации по теме
Комментарии
Автор

what if i want to send IoT sensor data such as IR sensor and RFID to firebase? and the method to retrieve the data..

Alfonso
Автор

i am getting this error Traceback (most recent call last):
File "/home/pi/mu_code/pythontest.py", line 2, in <module>
from firebase import firebase
ModuleNotFoundError: No module named 'firebase'
>>>
KeyboardIWhat's the problem

wasiqshibly
visit shbcf.ru