【状況】
一旦Firebaseとつないで設定を行い、構築ができる状態になった後に別のFirebaseのプロジェクトにつなぎたいという状況下で、Project IDなどの設定を変更し、権限設定などあっていても、下記のエラーでCMSからFirebase上のデータが見えない。
エラー:
Could not create an account as firebase@flutterflow.io to your Firebase project.
Make sure “Email Sign-In” is turned on for your Firebase project, and try again.
【対処策】
①FirebaseのAuthenticationの画面上で、一旦firebase@flutterflow.ioアカウントを削除します。
②FlutterflowのFirebaseのコンテンツの設定画面のManage contentボタンをクリックする
この作業を行うとFirebase authenticationの設定画面上で、firebase@flutterflow.ioが再作成され、つなぎなおしたFirebaseのプロジェクト用のアカウントが設定され直し、接続できるようになります。