-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathlibrary.json
More file actions
16 lines (16 loc) · 814 Bytes
/
library.json
File metadata and controls
16 lines (16 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Firebase Arduino Client Library for ESP8266 and ESP32",
"version": "4.4.17",
"keywords": "communication, REST, esp32, esp8266, arduino",
"description": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.",
"repository": {
"type": "git",
"url": "https://github.com/mobizt/Firebase-ESP-Client.git"
},
"authors": [{
"name": "Mobizt",
"email": "k_suwatchai@hotmail.com"
}],
"frameworks": "arduino",
"platforms": "espressif32, espressif8266, atmelsam, rp2040, atmelavr, atmelmegaavr, ststm32, teensy"
}