My program is using the Firebase API and successfully getting data and changes back.
If you compare the data returned from the Firebase API and the nest website (Rest API) it looks like the Firebase data is rounded to the nearest integer (temps) or the nearest 5% for humidity.
Is this expected behavior? Why would the REST API have more exact numbers when Firebase is the preferred access method? How can I get the most exact data from Firebase.