Skip to content
Christian Köver - Draxl edited this page Apr 11, 2021 · 10 revisions

micropython-firebase-realtime-database

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.

Commands that are implemented

- 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

Required modules

ujson, usocket, ussl, _thread, time

micropython-firebase

Description

Getting Started

basic requirements

Clone this wiki locally