Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v2.0.15
April 4, 2021
v2.0.15 stable release
Updates:
- Fix the memory leaks in internal JSON parser.
- Fix the token refreshment issue.
v2.0.14
April 3, 2021
v2.0.14 stable release
Updates:
- Allows other Firebase calls inside the stream and multipath stream callback function.
v2.0.13
April 1, 2021
v2.0.13 stable release
Updates:
- Add support Ethernet (ESP32).
v2.0.12
March 30, 2021
v2.0.12 stable release
Updates:
- Fix the pushArray, setArray and pathExist bugs.
2.0.11
March 25, 2021
v 2.0.11 stable release
Updates:
- Fix the missing token generation error status report.
- Fix MultiPathStream::get memory leaks.
2.0.10
March 23, 2021
v 2.0.10 stable release
Updates:
- Fix the tokens generation refreshment and internet connection issue.
2.0.9
March 21, 2021
v 2.0.9 stable release
Updates:
- Fix the delay and missing stream responses.
Now stream payload will not missing and responses instantly.
2.0.8
March 15, 2021
v 2.0.8 stable release
Updates:
- Fix the compilation error in ESP32 SDK version 1.0.4 and earlier.
2.0.7
March 14, 2021
v 2.0.7 stable release
Updates:
- Fix the id token refreshment infinite loop.
2.0.6
March 13, 2021
v 2.0.6 stable release
Updates:
- Fix the token generation loop.
- Add token generation callback.
- Add token generation timeout and retry limit.