Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
2.0.5
2.0.4
March 5, 2021
v 2.0.4 stable release
Updates:
- Fix the relatively large memory leaks in URL parsing utility function. This affected classes are the RTDB, Cloud Storage and Cloud Functions.
- Allow the file systems configuration in FirebaseFS.h.
- Remove axTLS supports (ESP8266).
2.0.3
February 21, 2021
v 2.0.3 stable release
Updates:
- Fix the RTDB session close handle crashed when keep-alive connection closed.
- Fix the FCM legacy API no initialization error.
- Fix the Google Cloud Storage upload missing initialization status callback.
- Allow OAuth2.0 custom scope for JWT token generation.
2.0.2
2.0.1
February 17, 2021
v 2.0.1 stable release
Updates:
- Add support for Cloud Functions (create/deploy, update, delete and set the IAM policy).
- Add support for Google Cloud Storage which allows large file upload.
- Add support byte array upload in Firebase Storage upload.
- Session timeout bugs fixed.
- Firebase Storage list files crashed fixed.
- Update the Cloud Firestore examples (fix the missing auth config).