firebase

Flutter

FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.

概要 Flutterアプリを作成し、firebaseに紐づけを行おうとした時、以下のエラーが発生した。 $ flutterfire configure --project={プロジェクト名} ⠙ Fetching available Fir...
Vue.js/Nuxt.js

Vue.jsのプロジェクトにfirebaseを導入する

概要 Vue.jsを利用したプロジェクトに、firestoreを利用してデータ取得を行う手順を解説する。 公式ドキュメント 公式ドキュメントはこちら。 前提 vue createコマンドを利用して作成したVue.jsプロジェクトを想定する ...