# Android

1. Open Firebase Project Settings

   * Go to: [Firebase Console](https://console.firebase.google.com/?utm_source=chatgpt.com)
   * Select your project
   * Click on the **Settings icon** (next to Project Overview)
   * Click on **Project Settings**
   * Open the **General** tab

   <figure><img src="https://3262632925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyCR4gWEaEkbxyLuIWVEE%2Fuploads%2FbjSVqLeXe2xskx7NMlgy%2Fdownload%20(4).png?alt=media&#x26;token=33e6da76-1e46-4ce7-93e8-9c376bd4e6bc" alt=""><figcaption></figcaption></figure>
2. n the **General tab**, scroll down to the **Your Apps** section, click on **Add App**, select the **Android icon** from the popup, and then register your Android app.<br>

   <figure><img src="https://3262632925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyCR4gWEaEkbxyLuIWVEE%2Fuploads%2FVcPnc9LLCAFG2jUuQtja%2Fimage.png?alt=media&#x26;token=3a0b8159-fbb2-4e8f-9b4a-a51c67f0eef8" alt=""><figcaption></figcaption></figure>
3. Register your app to add Firebase to your Android application.

   <figure><img src="https://3262632925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyCR4gWEaEkbxyLuIWVEE%2Fuploads%2Fs0j0PnvvPQpXakcH8X4y%2FScreenshot%202026-03-27%20at%202.28.46%E2%80%AFPM.png?alt=media&#x26;token=56ce8905-dc79-48b3-a859-fb9a5d57c99f" alt=""><figcaption></figcaption></figure>
4. Download the **google-services.json** file, then proceed with the remaining steps by clicking **Next** without making any changes.

   <figure><img src="https://3262632925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyCR4gWEaEkbxyLuIWVEE%2Fuploads%2FSmRNpkM5NngCXAryV7WI%2Fimage.png?alt=media&#x26;token=dad4b1d4-47e1-494e-872a-57f15b9c0d09" alt=""><figcaption></figcaption></figure>
5. Now go to your project, open the **android** folder, then open the **app** folder, and add the downloaded **google-services.json** file there.<br>

   <figure><img src="https://3262632925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyCR4gWEaEkbxyLuIWVEE%2Fuploads%2FSD5bg0ocpBZoYoSZUWp2%2Fdownload%20(3).png?alt=media&#x26;token=b3f3f9e1-3c36-4c18-a7cf-224f66824692" alt=""><figcaption></figcaption></figure>

\
6\. Then, in Firebase, go to the **General tab** where you added your Android app, click on your **Web App**, copy the `firebaseConfig` object, and paste it into your project’s **firebase.js** file<br>

<figure><img src="https://3262632925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyCR4gWEaEkbxyLuIWVEE%2Fuploads%2FLaqFP2mbrpUfx8Qx4d8k%2Fdownload%20(6).png?alt=media&#x26;token=e6d4c226-58d7-4aa5-994f-7fac4b773516" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3262632925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyCR4gWEaEkbxyLuIWVEE%2Fuploads%2F17e5RGCk8wdcqRS1BBsL%2Fimage.png?alt=media&#x26;token=1cb80af9-fc58-423f-a365-e8e7e5084661" alt=""><figcaption></figcaption></figure>

####
