0% found this document useful (0 votes)
34 views2 pages

Firebase Integration for Android Apps

Firebase is a mobile platform that helps developers build high-quality apps and grow their user base through complementary features like analytics. The document provides instructions for integrating Firebase services into an Android app using the Assistant window in Android Studio, which requires installing Google Repository version 26 or higher and then clicking Tools > Firebase to access tutorials and code for connecting features like Analytics.

Uploaded by

senze_shin3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views2 pages

Firebase Integration for Android Apps

Firebase is a mobile platform that helps developers build high-quality apps and grow their user base through complementary features like analytics. The document provides instructions for integrating Firebase services into an Android app using the Assistant window in Android Studio, which requires installing Google Repository version 26 or higher and then clicking Tools > Firebase to access tutorials and code for connecting features like Analytics.

Uploaded by

senze_shin3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Android Developers

Connect to Firebase

Figure 1. The Assistant tool window in Android Studio.

Firebase (https://rebase.google.com) is a mobile platform that helps you quickly develop


high-quality apps, grow your user base, and earn more money. Firebase is made up
of complementary features that you can mix-and-match to t your needs, with
Firebase Analytics (https://rebase.google.com/docs/analytics/) at the core. You can explore
and integrate Firebase services in your app directly from Android Studio using the
Assistant window shown in gure 1.
First make sure you have installed Google Repository version 26 or higher, using the
following steps:

1. Click Tools > Android > SDK Manager.


2. Click the SDK Tools tab.
3. Check the Google Repository checkbox, and click OK.
4. Click OK to install.
5. Click Background to complete the installation in the background, or wait for the
installation to complete and click Finish.
You can now open and use the Assistant window in Android Studio by following
these steps:
1. Click Tools > Firebase to open the Assistant window.
2. Click to expand one of the listed features (for example, Analytics), then click the
Get Started tutorial to connect to Firebase and add the necessary code to your
app.
For more information about using Firebase services, see the Firebase
documentation (https://rebase.google.com/docs/).

You might also like