Firebase ESP Client Versions Save

[DEPRECATED]🔥Firebase Arduino Client Library for ESP8266, ESP32 and RP2040 Pico. The complete, fast, secured and reliable Firebase Arduino client library that supports RTDB, Cloud Firestore, Firebase and Google Cloud Storage, Cloud Messaging and Cloud Functions for Firebase.

v4.4.14

1 month ago

March 24, 2024

v4.4.14 stable release

Updates:

  • Fix RTDB set float and double issues.

v4.4.12

2 months ago

March 1, 2024

v4.4.12 stable release

Updates:

  • Minor update for internal client.

v4.4.11

3 months ago

February 17, 2024

v4.4.11 stable release

Updates:

  • Fix compilation error for SdFat.

v4.4.10

4 months ago

December 27, 2023

v4.4.10 stable release

Updates:

  • Fix Time and GSMClient integration issue #614 in Core.

v4.4.9

5 months ago

November 19, 2023

v4.4.9 stable release

Updates:

  • Fix WiFiClient issue in ESP32.

v4.4.8

8 months ago

September 15, 2023

v4.4.8 stable release

Updates:

  • Fix native Ethernet issue.
  • Fix Ethernet integration issue.

v4.4.7

8 months ago

September 14, 2023

v4.4.7 stable release

Updates:

  • Fix filesystem issue.
  • Fix SSL RX buffer size for OTA download.
  • Remove support FreeRTOS for Raspberry Pi Pico.
  • Add support build flags for Ethernet integration.
  • Remove RTDB FastSend example.

v4.4.6

8 months ago

September 13, 2023

v4.4.6 stable release

Updates:

  • Set function reconnectWiFi obsoleted to use reconnectNetwork.
  • Set config.timeout.wifiReconnect obsoleted to use config.timeout.networkReconnect instead.
  • Update examples.

v4.4.5

8 months ago

September 12, 2023

v4.4.5 stable release

Updates:

  • Fix the compatibility issue of missing fb_esp_rtdb_data_type values in firebase_rtdb_data_type enums.

v4.4.4

8 months ago

September 12, 2023

v4.4.4 stable release

Updates:

  • Fix null pointer exception for external client.