In this recipe, we're going to see how we can exploit the powerful Realtime Database on Android and iOS. We will also see how we can send and retrieve data in a real-time way.
Implementing the pushing and retrieving of data from Firebase Realtime Database
How to do it...
We're going to start first with Android and see how we can manage this feature:
- First, head to your Android Studio project that we created early on in Chapter 1, Firebase - Getting Started. Now that you have opened your project, let's move on to integrating the Realtime Database.
- In your project, head to the Menu bar, navigate to Tools | Firebase, and then select Realtime Database. Now click Save and retrieve data. Since we've already...