We now have the data, and all that remains is to upload it to a server so that it can be remotely accessible to Alexa as it will need to read/access it. For this, we will integrate Firebase into our Android app and upload the temperature measurement to the Firebase Cloud. We will integrate Firebase into our mobile app by walking through the following steps:
- To integrate Firebase, in the Android Studio, on the top Menu bar, navigate to Tools | Firebase. This should bring up the Firebase Assistant window:
- Under the Firebase Assistant window, navigate to Realtime Database | Save and retrieve ...