firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

Create database child with two sub children's at once

Open Lakshan099 opened this issue 4 years ago • 0 comments
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

Lakshan099 avatar Apr 18 '21 19:04 Lakshan099