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

fix: remove StreamData::stringData quote #49

Closed ode1022 closed 4 years ago

ode1022 commented 4 years ago

Removed string double quotes in StreamData::stringData()

same as following FirebaseData::stringData() https://github.com/mobizt/Firebase-ESP32/blob/6ba6e2cba765c7fe08d4aeca1b69d1ac73e49ffb/src/FirebaseESP32.cpp#L5660