On the latest Arduino release v3.1.2 the function serializeJson does not work anymore and the app is crashing instantly. Within the Arduino release I see that some changes to the String objects were ...
We should translate from String to std::string at the FirebaseArduino layer and use std::string on all internal classes. This will make the library portable and will make testing easier. Once this is ...