# Android

## Step 1: Firebase App Setup

All apps must have a Firebase project and matching credentials to capture subscriptions and send notifications. Follow the link below to create a Firebase project for your app and add the credentials to our platform.

{% content-ref url="/pages/knmp0V2urDB4krmIMd00" %}
[Firebase App Setup](/integration/implementation-steps/android/firebase-app-setup.md)
{% endcontent-ref %}

## Step 2: Integrate Push SDK

Once the Firebase credentials have been uploaded to the platform you can integrate the Push SDK into your app. Choose the appropriate SDK from the list below for implementation instructions.

{% content-ref url="/pages/67YAqvQYbTYJsGXS775z" %}
[SDK: Kotlin / Java](/integration/implementation-steps/android/sdk-kotlin-java.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.pushly.com/integration/implementation-steps/android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
