Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jun 3, 2024
1 parent f968b5c commit f18d584
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Firebase Realtime Database Arduino Library for ESP8266 and Raspberry Pi Pico (RP2040)
# [Deprecated] Firebase Realtime Database Arduino Library for ESP8266 and Raspberry Pi Pico (RP2040)

![Compile](https://github.com/mobizt/Firebase-ESP8266/actions/workflows/compile_library.yml/badge.svg) ![Examples](https://github.com/mobizt/Firebase-ESP8266/actions/workflows/compile_examples.yml/badge.svg) [![Github Stars](https://img.shields.io/github/stars/mobizt/Firebase-ESP8266?logo=github)](https://github.com/mobizt/Firebase-ESP8266/stargazers) ![Github Issues](https://img.shields.io/github/issues/mobizt/Firebase-ESP8266?logo=github)

![arduino-library-badge](https://www.ardu-badge.com/badge/Firebase%20ESP8266%20Client.svg) ![PlatformIO](https://badges.registry.platformio.org/packages/mobizt/library/Firebase%20ESP8266%20Client.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6462673.svg)](https://doi.org/10.5281/zenodo.6462673)

## We're moving to the new library
## We have moved to the new library

> [!WARNING]
> Due to the issues that cannot be fixed, this This library is now obsoleted and replaced by the new [FirebaseClient](https://github.com/mobizt/FirebaseClient) library.
> This library is now deprecated but no further supports for feature request.
> We recommended the [FirebaseClient](https://github.com/mobizt/FirebaseClient) library for ongoing supports.
> You have to read the library documentation thoroughly before use.
The new async [FirebaseClient](https://github.com/mobizt/FirebaseClient) library is now availavle in Arduino IDE and PlatformIO's Library Manager.

It will be the old Firebase libraries (Firebase-ESP-Client, Firebase-ESP8266 and FirebaseESP32) replacement.

The new library provides simpler APIs interface, faster and more reliable operations. It can use in both sync and async operations.

All old Firebase libraries will be deprecated soon this year and we recommended to upgrade your current code to work with new async [FirebaseClient](https://github.com/mobizt/FirebaseClient) library instead.

For Arduino NANO 33 IoT, Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino Nano RP2040 Connect, we recommend to use new async [FirebaseClient](https://github.com/mobizt/FirebaseClient) library instead of this old [Firebase-Arduino-WiFiNINA](https://github.com/mobizt/Firebase-Arduino-WiFiNINA) library.


Expand Down

0 comments on commit f18d584

Please sign in to comment.