Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v3.0.0
February 12, 2022
v3.0.0 stable release
Updates:
- Add supports custom (external) Clients.
- Add support $key in RTDB's deleteNodesByTimestamp.
- Fixed the SdFat filesystem issue.
- Fixed download file OTA issues.
- Fixed RTDB Query filter issue.
- Fixed flash string handler issue.
v2.8.3
January 21, 2022
v2.8.3 stable release
Updates:
- Improve Server data sending process.
- Improve Data upload/download progressing reports.
- Add support Firestore payload upload callback.
v2.8.2
January 20, 2022
v2.8.2 stable release
Updates:
- Fixed ESP32 FirebaseJson PSRAM issue.
- Fixed download file and download file OTA issues in Firebase Storage and Google Cloud Storage.
- Fixed upload file resumable issue in Google Cloud Storage.
- Fixed internal url encoding issue.
- Fixed flash string handler issue.
- Fixed FCM legacy API issue.
- Fixed authentication issues.
- Fixed issue #231 for FirebaseData object's StringData
- Improve storage management.
- Add support SdFat in ESP32.
- Add support download and upload callback functions for all file operations.
- Fixed compilation error of v2.8.0 in ESP32 on Arduino IDE.
v2.7.7
January 1, 2022
v2.7.7 stable release
Updates:
- Fixed RTDB timestamp issue.
- Update internal string manipulations.
v2.7.5
December 27, 2021
v2.7.5 stable release
Updates:
- Add support Firmware file OTA update in RTDB.
- Fixed corrupted data for large file download in RTDB.
v2.7.4
December 24, 2021
v2.7.4 stable release
Updates:
- Add supports Firmware file update over the air (OTA) via Firebase Storage and Google Cloud Storage (PR #219) .
v2.7.3
December 20, 2021
v2.7.3 stable release
Updates:
- Fixed FirebaseJson bug and rename the cJSON functions and variables.
- Allowed access in Test Mode (no authentication).
v2.7.2
December 16, 2021
v2.7.2 stable release
Updates:
- Fixed RTDB setTimestamp and pushTimestamp bugs #214.
v2.7.1
December 2, 2021
v2.7.1 stable release
Updates:
- Fixed UID accidently changed after auth token expired issue #202.
- Fixed access denied in Firebase.RTDB.setReadWriteRules.
v2.7.0
November 23, 2021
v2.7.0 stable release
Updates:
- Fixed compilation error in FirebaseJson due to multiple sources of cJSON.
- Add support ESP8266 external virtual RAM (SRAM or PSRAM).