Skip to content

Commit

Permalink
Upload missing sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Feb 17, 2021
1 parent 3323d22 commit ade3c99
Show file tree
Hide file tree
Showing 10 changed files with 3,413 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firebase Arduino Client Library for ESP8266 and ESP32


Google's Firebase Arduino Client Library for ESP8266 and ESP32 v 2.0.0
Google's Firebase Arduino Client Library for ESP8266 and ESP32 v 2.0.1


This library supports ESP8266 and ESP32 MCU from Espressif. The following are platforms in which the libraries are also available (RTDB only).
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Firebase Arduino Client Library for ESP8266 and ESP32",
"version": "2.0.0",
"version": "2.0.1",
"keywords": "communication, REST, esp32, esp8266, arduino",
"description": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=Firebase Arduino Client Library for ESP8266 and ESP32

version=2.0.0
version=2.0.1

author=Mobizt

Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firebase Arduino Client Library for ESP8266 and ESP32


Google's Firebase Arduino Client Library for ESP8266 and ESP32 v 2.0.0
Google's Firebase Arduino Client Library for ESP8266 and ESP32 v 2.0.1


## Global functions
Expand Down
Loading

0 comments on commit ade3c99

Please sign in to comment.