firebase-arduino
firebase-arduino copied to clipboard
Create database child with two sub children's at once
trafficstars
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