最初のプロジェクトのセットアップ
コンソールで新しいFirebaseプロジェクトを作成し、Web、iOS、Androidアプリケーション向けに設定する方法を学びます。
「最初のプロジェクトのセットアップ」はCoddyKit上の無料Firebase Auth & Realtime Database Appsレッスンです。 これはレッスン2/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはFirebase Auth & Realtime Database Apps学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Firebase Auth & Realtime Database Appsコースには全4レッスンが含まれています。
このレッスンの一部はまだ翻訳されておらず、英語で表示されています。
Welcome to Firebase Projects
Getting started means creating a Firebase project — the central container that holds your app's data, auth rules, storage, and services.
Accessing the Firebase Console
Everything starts at the Firebase Console at console.firebase.google.com. Sign in with your Google account — it is mission control for Firebase.
Creating a New Project
In the console, click Add project to launch the creation wizard. First-timers may see a quick welcome screen before it begins.
Naming Your Project
Give your project a descriptive name. Firebase derives a globally unique Project ID from it, used in URLs and API calls — you can tweak it.
Google Analytics Integration
Next, choose whether to enable Google Analytics. It tracks events like app opens and screen views, and you can toggle it anytime.
Finalizing Project Creation
Confirm your settings and Firebase provisions your project, wiring up backend resources to your Project ID, then drops you on the dashboard.
Registering Your First App
A project is just a container — your actual app must be registered inside it. Registering links your client code to Firebase and generates its config.
Configuring for a Web App
For a web app, click the </> icon and give it a nickname. Firebase hands back a config object your app uses to connect.
Configuring for iOS & Android
Mobile apps register with platform IDs: iOS needs its Bundle ID and a GoogleService-Info.plist; Android needs its Package Name and google-services.json.
Quick Check: Project Basics
You've learned the initial steps to set up your Firebase project and register an app. Let's test your understanding!
Recap: Your Firebase Foundation
Done! You accessed the console, created a project with a unique ID, chose Analytics, and registered your app for its config. Next: the Firebase SDK.
よくある質問
「最初のプロジェクトのセットアップ」レッスンは無料ですか?
はい。「最初のプロジェクトのセットアップ」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Firebase Auth & Realtime Database Appsコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Firebase Auth & Realtime Database Appsコースには全4レッスンが含まれています。
「最初のプロジェクトのセットアップ」で何を学びますか?
コンソールで新しいFirebaseプロジェクトを作成し、Web、iOS、Androidアプリケーション向けに設定する方法を学びます。 ブラウザで直接実行するハンズオンコードでFirebase Auth & Realtime Database Appsを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。
Firebase Auth & Realtime Database Appsを始めるのに経験は必要ですか?
事前経験は必要ありません。CoddyKitのFirebase Auth & Realtime Database Appsは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン2/4です。
「最初のプロジェクトのセットアップ」レッスンにはどのくらい時間がかかりますか?
ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。
このFirebase Auth & Realtime Database Appsレッスンでコードを書いて実行できますか?
はい。すべてのFirebase Auth & Realtime Database Appsレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。
このコースのすべてのレッスン
- Firebaseエコシステム入門
- 最初のプロジェクトのセットアップ
- Firebase SDKの統合
- Firebaseの料金とプランを理解する