0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Google Firebase プロジェクト作成

Posted at

Google Firebaseは Webアプリケーション向けのプラットフォームです。認証機能、メッセージングなど自身で実装するとたいへんな機能を提供してくれます。今回はソーシャル認証の機能をFirebaseのSDKを使って実装するために、Firebaseの準備をします。

プロジェクトを作成します。プロジェクトを追加 を選択します。

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/146872/7346b429-c056-a69d-6db4-4c2dbeb03bf0.png)

プロジェクトに名前をつけます。

image.png

下記画面が表示されます。そのまま 続行ボタンを押します。

image.png

アナリティクスで利用するアカウントを作成、既存のアカウントを選択、プロジェクトを作成ボタンを押下します。

image.png

成功すると、プロジェクトの画面が表示されます。

image.png

左メニューの最上位、プロジェクトの概要にある設定ボタンを押下、プロジェクトの設定メニューを選択します。

プロジェクト名など今後必要になる情報になります。実装時に確認できるように表示方法を覚えときましょう。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?