Skip to content

Releases: mobizt/Firebase-ESP-Client

v2.5.4

07 Oct 14:31
Compare
Choose a tag to compare

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

06 Oct 13:07
Compare
Choose a tag to compare

October 6, 2021

v2.5.3 stable release

Updates:

  • Add support user re-authentication.
  • Add re-authenticate example.

v2.5.2

03 Oct 10:26
Compare
Choose a tag to compare

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

20 Sep 08:31
Compare
Choose a tag to compare

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

09 Sep 06:47
Compare
Choose a tag to compare

September 9, 2021

v2.5.0 stable release

Updates:

  • Add support ESP8266 Ethernet.
  • Fix missing FCM error message.
  • Update examples.

v2.4.6

06 Sep 02:39
Compare
Choose a tag to compare

September 6, 2021

v2.4.6 stable release

Updates:

  • Fix RTDB setTimestampAsync bug #123 and update the examples.

v2.4.5

02 Sep 18:40
Compare
Choose a tag to compare

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

31 Aug 05:19
Compare
Choose a tag to compare

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

31 Aug 04:54
Compare
Choose a tag to compare

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

22 Aug 07:12
Compare
Choose a tag to compare

August 21, 2021

v2.4.2 stable release

Updates:

  • Add supports generic string and number.