Skip to content

Releases: mobizt/Firebase-ESP-Client

v2.0.15

04 Apr 05:34
Compare
Choose a tag to compare

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

03 Apr 04:07
Compare
Choose a tag to compare

April 3, 2021

v2.0.14 stable release

Updates:

  • Allows other Firebase calls inside the stream and multipath stream callback function.

v2.0.13

31 Mar 18:22
Compare
Choose a tag to compare

April 1, 2021

v2.0.13 stable release

Updates:

  • Add support Ethernet (ESP32).

v2.0.12

30 Mar 01:11
Compare
Choose a tag to compare

March 30, 2021

v2.0.12 stable release

Updates:

  • Fix the pushArray, setArray and pathExist bugs.

2.0.11

25 Mar 11:36
Compare
Choose a tag to compare

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

23 Mar 15:46
Compare
Choose a tag to compare

March 23, 2021

v 2.0.10 stable release

Updates:

  • Fix the tokens generation refreshment and internet connection issue.

2.0.9

21 Mar 10:09
Compare
Choose a tag to compare

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

14 Mar 16:41
Compare
Choose a tag to compare

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

14 Mar 01:51
Compare
Choose a tag to compare

March 14, 2021

v 2.0.7 stable release

Updates:

  • Fix the id token refreshment infinite loop.

2.0.6

13 Mar 06:46
Compare
Choose a tag to compare

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.