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,
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?