Hello, i am trying to compile an example code from FirebaseArduino library but i get this error :
error: 'class ArduinoJson::StaticJsonBuffer<1032u>' has no member named 'parse'
json_ = buffer_.get()->parse(&data_[0]);
^
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
I haven't change the code. Does anyone have any suggestion about this?