From ebeb7504ebc5b3327f959901dbd9f44f57a3b5ef Mon Sep 17 00:00:00 2001 From: Suwatchai K Date: Tue, 30 Jan 2024 10:52:26 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69333d0..6c8cee7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ The RTDB (Realtime database), FCM (Cloud Messaing) and core code used in `Fireba The `FirebaseESP8266` and `FirebaseESP32` libraries are the old and limited features Firebase client library while `Firebase-ESP-Client` is the newver version of Firebase client library that developed to support more Firebase services. +Try the beta version of new async [FirebaseClient](https://github.com/mobizt/FirebaseClient) library which is faster and more reliable. + +The new async [FirebaseClient](https://github.com/mobizt/FirebaseClient) is currently support Realtime Database. + ## Contents [1. Features](#features) @@ -1926,4 +1930,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.