Firebase ESP8266 Versions Save

[DEPRECATED] 🔥 Firebase RTDB Arduino Library for ESP8266 and RP2040 Pico. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.

v4.4.14

1 month ago

March 24, 2024

v4.4.14 stable release

Updates:

  • Fix 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

2 months ago

February 17, 2024

v4.4.11 stable release

Updates:

  • Update RTDB.

v4.4.10

4 months ago

December 27, 2023

v4.4.10 stable release

Updates:

  • Fix Time and GSMClient integration issue in Core.

v4.4.8

7 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.

v4.4.3

8 months ago

September 12, 2023

v4.4.3 stable release

Updates:

  • Update core.