Book Image

Firebase for Android Development [Video]

By : Eric Decanini
Book Image

Firebase for Android Development [Video]

By: Eric Decanini

Overview of this book

<p>Building a successful app needs a backend platform to store your users' data, which is taxing and inefficient if you try to create your own. There are so many devices that would take you forever if you tried to test your app on them. You will waste time fixing bugs affecting your app and it's almost impossible to tailor your app to each user's needs.</p> <p>This course starts by explaining the features and benefits of using Firebase as a backend. Firebase is a seamless way to connect your app to the cloud. This way, your app can access its various tools and services—for example, its databases (to create an easy backend) and its crash reporting services, to save you plenty of time debugging. This course will help you build a to-do list application that rewards users with value points for completing tasks, allowing them to reap rewards such as special features as they get more tasks done. You'll also be able to access a PC version of the app to add and remove items, which will update on all platforms in real-time. You'll even be able to send alerts from the PC to the Android version of the app, even if the app hasn't yet been opened on Android, to make sure important tasks never go unchecked.</p> <p>By the end of the course, you will be able to implement Firebase and its different tools and services in any app. You will be trained to think from the perspective of your users, build the right backends to support their needs, and run effective tests to make sure the features you build are successful.</p> <h1>Style and Approach</h1> <p>This course starts by exploring what Firebase is, what it can do, and how YOU can use it to its fullest extent. You will then look at many of its different tools and services and implement them in the development phase. This course aims to increase user engagement and you will learn to keep a user-based perspective so that you know what your user's app needs are and can, therefore, create a successful app using Firebase.</p>
Table of Contents (8 chapters)
Chapter 5
Reaching Out to Users with Cloud Messaging
Content Locked
Section 3
Different Applications of Cloud Messaging
Using the Console to send messages is great when we want to manually pass on information and updates, but that’s not very versatile. Cloud Messaging has a few other applications that greatly expand its array of uses. - Learn about the different applications of Cloud Messaging