Rupakpoddar / FirebaseArduino

Enables Firebase Realtime Database connectivity on the ESP8266, ESP32, Arduino UNO R4 WiFi.
https://www.arduino.cc/reference/en/libraries/firebase/
MIT License
1 stars 2 forks source link

Add support for ArduinoJson #1

Closed MCardenas29 closed 3 months ago

MCardenas29 commented 3 months ago

It would be awesome to have support for ArduinoJson similar to this repo or a way to push null to generate a UUID for a path.

Rupakpoddar commented 3 months ago

Hi @MCardenas29 -- I am currently working on an update to incorporate the ArduinoJson library better. Currently if you use the push methods like- pushString(), pushInt(), etc., you will be able to create UUID for the path. However, I am aware that it does not work with JSON as of now.