Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupakpoddar/firebasearduino
Enables Firebase Realtime Database connectivity on the ESP8266, ESP32, Arduino UNO R4 WiFi.
https://github.com/rupakpoddar/firebasearduino
arduino arduino-cloud esp32 esp8266 firebase google library low-latency nodemcu realtime-database rest-api rupak-poddar uno-r4 wifi
Last synced: 27 days ago
JSON representation
Enables Firebase Realtime Database connectivity on the ESP8266, ESP32, Arduino UNO R4 WiFi.
- Host: GitHub
- URL: https://github.com/rupakpoddar/firebasearduino
- Owner: Rupakpoddar
- License: mit
- Created: 2024-08-19T14:41:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:53:31.000Z (about 2 months ago)
- Last Synced: 2024-10-10T11:43:33.013Z (27 days ago)
- Topics: arduino, arduino-cloud, esp32, esp8266, firebase, google, library, low-latency, nodemcu, realtime-database, rest-api, rupak-poddar, uno-r4, wifi
- Language: C++
- Homepage: https://www.arduino.cc/reference/en/libraries/firebase/
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Realtime Database Arduino Library
[![Download](https://img.shields.io/badge/download-ZIP%20file-FF7043?style=for-the-badge&logo=icloud&logoColor=white&labelColor=23272E)](https://github.com/Rupakpoddar/Firebase-Arduino-Library/archive/refs/heads/main.zip)
[![Platform](https://img.shields.io/badge/platform-ESP8266%20|%20ESP32%20|%20UNO%20R4%20WiFi-00979D?style=for-the-badge&logo=arduino&logoColor=white&labelColor=23272E)](https://github.com/Rupakpoddar/Firebase-Arduino-Library)
[![License](https://img.shields.io/github/license/Rupakpoddar/Firebase-Arduino-Library?style=for-the-badge&logo=github&logoColor=white&labelColor=23272E&color=007ACC)](https://github.com/Rupakpoddar/Firebase-Arduino-Library/blob/main/LICENSE)This Arduino library enables seamless connectivity with Firebase Realtime Database on ESP8266, ESP32, and Arduino UNO R4 WiFi boards. It's designed for reliable, low-latency operations, including reading, writing, updating, and removing data from the Firebase Realtime Database.
## Features
- **Cross-Board Compatibility**: Supports ESP8266, ESP32, and Arduino UNO R4 WiFi.
- **Low Latency**: Optimized for quick data transactions.
- **Full Database Control**: Easily read, write, update, and delete data.
- **JSON Support**: Compatible with JSON format and integrates with ArduinoJson library.
- **Data Locking**: Supports restricted access to data for improved control and security.
- **Arduino Cloud Support**: Available for use in Arduino Cloud projects.
- **WebNest Integration**: Compatible with [WebNest](https://rupakpoddar.github.io/WebNest/) for enhanced web-based control and monitoring.---
**Read More**: For more information, please visit the [Arduino Reference Documentation](https://www.arduino.cc/reference/en/libraries/firebase/).
---
**Author**: Rupak Poddar