ashokslsk / Mastering-Firebase-for-Android-Development

Mastering Firebase for Android Development, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering Firebase for Android Development

Mastering Firebase for Android Development

This is the code repository for Mastering Firebase for Android Development, published by Packt.

Build real-time, scalable, and cloud-enabled Android apps with Firebase

What is this book about?

Firebase offers a wide spectrum of tools and services to help you develop high-quality apps in a short period of time. It also allows you to build web and mobile apps quickly without managing the infrastructure.Mastering Firebase for Android Development takes you through the complete toolchain of Firebase,including the latest tools announced in Google IO 2018 such as Firebase ML-Kit, FireStore, and Firebase Predictions.

This book covers the following exciting features:

  • Learn about Firebase push notifications and write backend functionalities
  • Identify the root cause of an application crash and diagnose and fix bugs
  • Store different Multipurpose Internet MailExtension(MIME) type files
  • Explore web hosting and connect the Firebase functions to the host website
  • Send push notifications and understand the deep integration of analytics tools and cohorts

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

FirebaseUser user = FirebaseAuth.getInstance().getCurrentUser();
if (user != null) {
    // When User is signed in
} else {
    // When user is not signed in
}

Following is what you need for this book: Mastering Firebase for Android Development is for individuals looking to extend their skills with Firebase and build faster, scalable, and real-time mobile applications. Basic understanding of Android programming is necessary. In all, this in-depth guide is an accessible pathway to mastering Firebase.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
1 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
2 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
3 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
4 Text Editor/Node.js Windows, Mac OS X, and Linux (Any)
5 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
6 Text Editor/Node.js Windows, Mac OS X, and Linux (Any)
7 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
8 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
9 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
10 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
11 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
12 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
13 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
14 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)
15 Android Studio 3.1+ Windows, Mac OS X+, and Linux (Any)

Related products

Get to Know the Author

Ashok Kumar S has been working in the mobile development domain for about eight years. He is a Google-certified engineer, a speaker at global scale conferences, and he also runs a YouTube channel called AndroidABCD for Android developers. He is an early Firebase adopter before Google acquires Firebase.

He is a computer science and engineering graduate who is passionate about innovation in technology. He contributes to open source heavily to improve his e-karma. He has also written a book on Wear OS programming using a project-based approach, titled Android Wear Projects.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Mastering Firebase for Android Development, published by Packt

License:MIT License


Languages

Language:Java 50.8%Language:Kotlin 32.9%Language:HTML 14.0%Language:JavaScript 2.3%