# Android

## ステップ 1: Firebaseアプリのセットアップ

すべてのアプリには、購読を取得し通知を送信するために、Firebase プロジェクトと一致する認証情報が必要です。以下のリンクに従って、アプリ用の Firebase プロジェクトを作成し、その認証情報を当社のプラットフォームに追加してください。

{% content-ref url="/pages/b7d6f44a86fa3ade30228803d842b8fea49d6842" %}
[Firebaseアプリのセットアップ](/pushly-ja/integration/implementation-steps/android/firebaseapurinosettoappu.md)
{% endcontent-ref %}

## ステップ 2: Push SDK の統合

Firebase の認証情報がプラットフォームにアップロードされると、アプリに Push SDK を統合できます。実装手順については、以下の一覧から適切な SDK を選択してください。

{% content-ref url="/pages/cbbabfb7e991b5a65c383dd6c30fcd59e4fcb016" %}
[SDK: Kotlin / Java](/pushly-ja/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/pushly-ja/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.
