mobizt / Firebase-ESP32

[DEPRECATED]🔥 Firebase RTDB Arduino Library for ESP32. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.
MIT License
415 stars 118 forks source link

RELIABILITY #140

Closed Murtaza7745 closed 3 years ago

Murtaza7745 commented 3 years ago

Which of your library is more reliable for Firebase Realtime Database for esp32 from production view point, https://github.com/mobizt/Firebase-ESP32 or https://github.com/mobizt/Firebase-ESP-Client?

mobizt commented 3 years ago

For RTDB, the internal processes for both libraries are the same. The only different is the functions interfaces.

Murtaza7745 commented 3 years ago

ok thanks