# Firebaseプロジェクトの作成

*スキルレベル: エキスパート*

## 開始する前に

* Firebaseは、アプリがFirebaseサービスに接続し、Adaloと通信できるようにするデジタルワークスペースです。これにより、AdaloとFirebaseは裏で連携して、アプリ内のデータや相互作用を管理できます。
* Firebaseには、Googleを介した分析や認証などの他の機能も提供されています。

## 手順

1. [console.firebase.google.com](https://console.firebase.google.com/) にアクセスします。
2. Google Developerプロファイルを作成する際に使用した同じGoogleアカウントにログインしていることを確認します。
3. 「プロジェクトの追加」をクリックします。

   <div align="left"><img src="/files/VkLHkLPwSIRK7OC0YwRE" alt="" width="563"></div>
4. プロジェクトにアプリと同じ名前を付けます。

   <div align="left"><img src="/files/6f2gJTgzFyDiLH9fA9cR" alt="" width="563"></div>
5. Googleアナリティクスを設定します。このステップをスキップして後で完了することもできます。

   <div align="left"><img src="/files/Bdi8TSybpraynyaX88Xw" alt="" width="563"></div>

## ヘルプ

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿にこの記事へのリンクも貼っておくことを忘れないでください！


---

# 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://help.adalo.com/ja/testing-your-app/publishing-to-the-google-play-store/create-your-firebase-project.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.
