Python 3 Write (Post & Patch) to Firebase

preview_player
Показать описание
How to use the post and patch methods to write to a Firebase Realtime Database using Python 3.

Code can be found here:
Рекомендации по теме
Комментарии
Автор

Hello, it's just what I need, what library or modules I need to import to make it work, I'm desperate. Thanks

vitocolucci
Автор

im doing something similar to you, but with several sensors and realtime charting, is there a clever way to access the last post made in all colections with access only to the database, not to the equipment that is sending the data, lets say, last update from sensor 1, sensor 2 and so on, taking sensors as collections. Thanks for your video, was really helpful! something like this but with python
and a last question, can you get timelapses of data? like if i got timestamps, getting lets say all data from 5pm to 8pm or something like that?

feliwein_cc