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

HELP setbsslbuffersize #180

Closed ayyysh04 closed 3 years ago

ayyysh04 commented 3 years ago

First of all library is super cool. I want to know how can i set buffer size for big data as running below lines says there is no function like this. Could u please tell the correct fnc name/example

CODE: //Setting buffer for big data - firebaseData1.setBSSlBufferSize(1024,1024); firebaseData1.setResponseSize(1024);