dear firebase community,
I'm using Firebase realtime database to read temperature sensor data from Arduino.
I am able to read the data successfully.
However, I'm not sure if there is a setting in Firebase to store the data into SQL / NoSQL table with timestamp. For example:
Timestamp | Sensor 1 | Sensor 2 9/9/2020 | 9am | 25.6C | 30.1C 9/9/2020 | 10am | 22.3C | 32.2C 9/9/2020 | 11am | 22.2C | 31.2C
Just wondering if someone can point me to the right direction?
Thank you for your valuable feedback.