Chapter 1, Firebase - Getting Started, begins with the process of integrating Firebase and its services into different platforms and environments, from frontend and backend projects to Android/iOS projects.
Chapter 2, Firebase Real-Time Database, introduces one of the most used features of Firebase—Firebase Real Time. It covers how to implement the daily input entering and retrieval and update of your data; it also covers how we can structure our data better and finishes by enabling all these features and enabling them offline.
Chapter 3, File Management with Firebase Storage, explains how we can upload, download, and manage files within our Firebase Storage.
Chapter 4, Firebase Authentication, presents the different ways in which you can authenticate your users using Firebase, from traditional authentication to an OAuth-based login process that is different from Facebook, Google, and Twitter.
Chapter 5, Securing Application Flow with Firebase Rules, explains how to secure Firebase Database and Firebase Storage using the powerful Firebase authorization rules.
Chapter 6, Progressive Applications Powered by Firebase, shows how to turn a boring application with old features into a progressive one using service workers and Firebase.
Chapter 7, Firebase Admin SDK, describes how we can create a basic dashboard and interact with other Firebase functionalities from the diverse set with more authorization and a more powerful API to manage users and notifications.
Chapter 8, Extend Firebase with Cloud Functions, covers how we can use Firebase Cloud Functions and integrate it and interact with different Firebase products to extend its functionalities and go literally serverless ending up with deployment interactivity within the Firebase console.
Chapter 9, We're Done, Let's Deploy, is about deploying your code to the Firebase Static hosting and making some config-based customizations to the user experience.
Chapter 10, Integrating Firebase with NativeScript, shows the proper way to use Firebase within the NativeScript a lot of platforms applications.
Chapter 11, Integrating Firebase with Android/iOS Natively, is all about implementing Firebase features from Interacting with the Realtime Database to authentication in native context for Android and iOS applications.
Chapter 12, Hack Application's Growth, dives into the little functionalities that simply generate more leads and improve the application's user experience, covering app invites and topic-based notifications.
Chapter 13, Adding Analytics and Maximizing Earnings, shows how you can integrate analytics and incorporate AdMob so that you can generate revenue from different ad types.
Appendix, Firebase Cloud FireStore, talks about the power points of Firebase Cloud Firestore and its differences from earlier model.