-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Christian Köver - Draxl edited this page Apr 11, 2021
·
10 revisions
Firebase implementation based on REST API optimized for the ESP32 version of Micropython based on firebase-micropython-esp32 from vishal-android-freak. It shouldn't be a problem to run it on other Micropython platforms. A board with PSRAM is recommended.
- get (equal GET)
- getfile (equal GET)*
- put (equal PUT)
- patch (equal PATCH)
- addto (equal POST)
- delete (equal DELETE)
*getfile writes the data to a file to avoid RAM overflow
ujson, usocket, ussl, _thread, time