Skip to content

Releases: mobizt/Firebase-ESP-Client

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.

2.0.5

08 Mar 06:48
Compare
Choose a tag to compare

March 8, 2021

v 2.0.5 stable release

Updates:

  • Fix the secured mode root CA certificate handle bug (ESP32)
  • Fix the system time synching issue (ESP8266).

2.0.4

05 Mar 06:11
Compare
Choose a tag to compare

March 5, 2021

v 2.0.4 stable release

Updates:

  • Fix the relatively large memory leaks in URL parsing utility function. This affected classes are the RTDB, Cloud Storage and Cloud Functions.
  • Allow the file systems configuration in FirebaseFS.h.
  • Remove axTLS supports (ESP8266).

2.0.3

21 Feb 14:55
Compare
Choose a tag to compare

February 21, 2021

v 2.0.3 stable release

Updates:

  • Fix the RTDB session close handle crashed when keep-alive connection closed.
  • Fix the FCM legacy API no initialization error.
  • Fix the Google Cloud Storage upload missing initialization status callback.
  • Allow OAuth2.0 custom scope for JWT token generation.

2.0.2

18 Feb 13:48
Compare
Choose a tag to compare

February 18, 2021

v 2.0.2 stable release

Updates:

  • Add support for Firestore runQuery.
  • Manage uninitialized auth.

2.0.1

17 Feb 16:55
Compare
Choose a tag to compare

February 17, 2021

v 2.0.1 stable release

Updates:

  • Add support for Cloud Functions (create/deploy, update, delete and set the IAM policy).
  • Add support for Google Cloud Storage which allows large file upload.
  • Add support byte array upload in Firebase Storage upload.
  • Session timeout bugs fixed.
  • Firebase Storage list files crashed fixed.
  • Update the Cloud Firestore examples (fix the missing auth config).

1.1.3

30 Jan 14:50
Compare
Choose a tag to compare

January 30, 2021

v 1.1.3 stable release

Updates:

  • Add support to Cloud Firestore.
  • Add missing SD file system supports for Firebase Storage functions.
  • Urgently fixed the missing source files during library publish of version 1.1.0

1.0.3

26 Jan 13:30
Compare
Choose a tag to compare

January 26, 2021

v 1.0.3 stable release

Updates:

  • Minor fix for Authentication examples to work correctly.