mobizt / FirebaseClient

🔥Async Firebase Client for Arduino. Supports Realtime Database, Cloud Firestore Database, Firebase Storage, Cloud Messaging, Google Cloud Functions and Google Cloud Storage.
MIT License
134 stars 8 forks source link

ENHANCEMENT (backward compatibility) #30

Closed sudilacf closed 7 months ago

sudilacf commented 7 months ago

Just ask something Sir multipath stream is not available? or there's another method for it? Cuz SSE mode can only used once.

mobizt commented 7 months ago

Multipath stream is just a stream with sub path parsing.

Actually, I intend to remove it from old library because of user pitfall of no data is received, and user should take care of the true stream data instead of library provided JSON parsing data.

Of course, that feature will not be available in this new FirebaseClient library.