How to enter data into random key when using pushFloat on firebase?

I have successfully entered data into the firebase realtime database using the following code,

Firebase.pushFloat("/Folder1/airHum",Data.toDouble());

but the parameter results are after the random key as shown in the picture,
Capture

what I want in the random key is the parameter value as follows:

  • Randomkey
    -value: 20
    -time: 19.00

Does anyone know how to make it like that?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.