1
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?

Failed to get Firebase projectエラーがCI/CDで出る

1
Last updated at Posted at 2026-04-25

はじめに

FirebaseのCD設定と動作確認した際に、エラーが起きて解決に少し手間取ってしまったのでまとめます。

問題

「Failed to get Firebase project」エラーが起きました。

Error: Failed to get Firebase project [プロジェクト名]. Please make sure the project exists and your account has permission to access it.

解決方法

Firebase のサービスアカウントの作成の際に、GCPを開いて、今回使っている Firbase のプロジェクトを選択する必要があったのですが、ここでプロジェクトを選択せずにデフォルト選択されている「My First Project」のまま設定を行っていったことが原因でした。適切なプロジェクトを選択して参考記事に沿って進めたら上手くいきました。

スクリーンショット 2026-04-25 21.11.03.png

おわりに

FirebaseのCI/CD設定するにあたって参考にしていた記事に、プロジェクト選択することがきちんと記載されていました。エラーが起きた際に、エラーメッセージでの検索だけでなく、記事を注意深く見返すべきだなと反省しました…!

参考

1
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
1
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?