Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v2.2.3
May 22, 2021
v2.2.3 stable release
Updates:
- Update call Function in Cloud Functions for Firebase.
v2.2.2
May 19, 2021
v2.2.2 stable release
Updates:
- Rewrite the Authentications and RTDB examples.
v2.2.1
May 17, 2021
v2.2.1 stable release
Updates:
- Fix the SD check issue.
- Fix RTDB File get issue.
v2.2.0
May 17, 2021
v2.2.0 stable release
Updates:
- Add support ESP8266 Arduino Core SDK v3.x.x.
- Add memory issue in the document and examples when use with ESP8266 Arduino Core SDK v3.x.x.
v2.1.7
May 12, 2021
v2.1.7 stable release
Updates:
- Fix the FirebaseJson tokens extraction issue.
v2.1.6
May 11, 2021
v2.1.6 stable release
Updates:
- Add Cloud Firestore document commit function and examples.
v2.1.5
May 7, 2021
v2.1.5 stable release
Updates:
- Code optimization.
- Update Readme.
v2.1.4
May 5, 2021
v2.1.4 stable release
Updates:
- Code optimization for flash usage.
v2.1.3
May 4, 2021
v2.1.3 stable release
Updates:
- Fix multiPathStream issue with token authentication.
- Add uninitialized handler.
- Add RTDB setAsync, pushAsync and updateNodeAsync functions for faster store.
v2.1.2
May 1, 2021
v2.1.2 stable release
Updates:
- Change the ambiguous defined macro FIREBASE_HOST and FIREBASE_AUTH to FIREBASE_URL and DATABASE_SECRET.
- Remove database Host requirement from other services.
- Fix the backup function session issue.
- Improve the examples.