Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v2.5.4
October 7, 2021
v2.5.4 stable release
Updates:
- Fix issue #148 ESP32 memory leak due to RTOS stack memory release issue.
v2.5.3
October 6, 2021
v2.5.3 stable release
Updates:
- Add support user re-authentication.
- Add re-authenticate example.
v2.5.2
October 3, 2021
v2.5.2 stable release
Updates:
- Fix #139 compilation error in ESP32 Core SDK v1.0.4 and earlier.
- Update README and examples.
v2.5.1
September 20, 2021
v2.5.1 stable release
Updates:
- Fix OAuth2.0 token generation issues since v2.4.0.
- Fix FCM internal class initializing issue when Firebase.begin was call more than once.
- Fix possible crash when Firebase.setFloatDigits and Firebase.setDoubleDigits called before Firebase.begin.
- Add config.timeout for timeout configuration.
v2.5.0
September 9, 2021
v2.5.0 stable release
Updates:
- Add support ESP8266 Ethernet.
- Fix missing FCM error message.
- Update examples.
v2.4.6
September 6, 2021
v2.4.6 stable release
Updates:
- Fix RTDB setTimestampAsync bug #123 and update the examples.
v2.4.5
September 3, 2021
v2.4.5 stable release
Updates:
- Fix Firestore getDocument hang bugs #122, and also #112 due to accidently recursive calling the function itself.
v2.4.4
August 31, 2021
v2.4.4 stable release
Updates:
- Fix RTDB pushTimestamp bad request issue.
- Fix FCM appInstanceInfo.
- Update RTDB timestamp example.
- Update FirbaseJson RTDB client example.
v2.4.3
August 31, 2021
v2.4.3 stable release
Updates:
- Fix RTDB pushTimestamp bad request issue.
- Update RTDB timestamp example.
- Update FirbaseJson RTDB client example.
v2.4.2
August 21, 2021
v2.4.2 stable release
Updates:
- Add supports generic string and number.