mobizt / Firebase-ESP-Client

[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.
MIT License
471 stars 101 forks source link

[Questions] Can ESP32 automatic get changed data from Firestore like RTDB? #404

Closed jatu-studiobox closed 2 years ago

jatu-studiobox commented 2 years ago

Hi, I used to use your library 'Firebase ESP32 Client', work with Firebase Realtime database. If data has changed, it can automatic get changed data from server to ESP32. I am not sure, if I use this library 'Firebase-ESP-Client', work with Firestore database. Can ESP32 automatic get changed data from Firestore like RTDB? Please advise me.

Thank you very much

mobizt commented 2 years ago

Not supported in REST API.

jatu-studiobox commented 2 years ago

Thank you very much :)