FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

Create database child with two sub children's at once #513

Open Lakshan099 opened 3 years ago

Lakshan099 commented 3 years ago

firebase.setFloat("database_name/path",variableName1);

Name : ABC Age : 18

When this is executed the 1st line is executed as a create command while the 2nd line is executed as an update. How is it possible to insert both the fields as a create command