Skip to content

Releases: mobizt/Firebase-ESP8266

3.1.2

21 Mar 10:07
Compare
Choose a tag to compare

March 21, 2021

v 3.1.2 stable release

Updates:

  • Fix the delay and missing stream responses.
    Now stream payload will not missing and responses instantly.

3.1.1

14 Mar 01:48
Compare
Choose a tag to compare

March 14, 2021

v 3.1.1 stable release

Updates:

  • Fix the id token refreshment infinite loop.

3.1.0

13 Mar 06:57
6cb83d0
Compare
Choose a tag to compare

March 13, 2021

v 3.1.0 stable release

Updates:

  • Ported code from Firebase ESP Client library.
  • Fix the token generation infinite loop.
  • Add token generation callback.
  • Add token generation timeout and retry limit.

3.0.7

07 Jan 08:44
Compare
Choose a tag to compare

January 7, 2021

v 3.0.7 stable release

Updates:

  • Remove BearSSL' s Arduino ported sources that may cause conflicts with the compiled BearSSL version library..

3.0.6

30 Dec 04:52
Compare
Choose a tag to compare

December 30, 2020

v 3.0.6 stable release

Updates:

  • Fix the possible crash due too small FCM chunk buffer size.

3.0.5

29 Dec 02:51
Compare
Choose a tag to compare

December 29, 2020

v 3.0.5 stable release

Updates:

  • Fix the possible crash due to access the enexpected closed ssl client resources.
  • Fix the invalid path in setPriority function.
  • Fix getJson function.

3.0.4

23 Dec 19:16
Compare
Choose a tag to compare

December 24, 2020

v 3.0.4 stable release

Updates:

  • Add support for more authentication methods.
  • Remove the domain name checking for the host name parsing.
  • Update examples and documents for new authentication support.

3.0.3

11 Nov 17:48
Compare
Choose a tag to compare

November 12, 2020

v 3.0.3 stable release

Updates:

  • Fix the internal find string function error caused wdt reset.
  • Fix the response buffer size issue.

3.0.2

03 Nov 17:32
Compare
Choose a tag to compare

November 4, 2020

v 3.0.2 stable release

Updates:

  • Fix the mismatch data type error from setTimestamp function.

3.0.1

29 Oct 13:32
Compare
Choose a tag to compare

October 29, 2020

v 3.0.1 stable release

Updates:

  • Fix the FCM chunk data decoding.
  • Add custom FCM notify message key/value.