
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Ember.jsでFirebase Authを使う - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Ember.jsでFirebase Authを使う - Qiita
# Ember.jsの新規プロジェクト生成 ember new ... cd ... # 必要なライブラリをインストール ember inst... # Ember.jsの新規プロジェクト生成 ember new ... cd ... # 必要なライブラリをインストール ember install emberfire@next ember install ember-simple-auth # firebaseのセッションストアを作成 ember generate firebase-session-store application Firebaseプロジェクトの作成 コンソール( https://console.firebase.google.com/ )から新規プロジェクトを作成します。そして、ウェブアプリを追加し、その認証情報を https://github.com/firebase/emberfire/blob/master/docs/guide/installation.md#2-configure-firebase を参考に