Completely Delete and Make Private Sites Published on Firebase Hosting
I’ll introduce how to completely delete and make private sites published on Firebase Hosting.
With these prerequisites, I’ll introduce how to completely delete only the site.
firebase hosting:disable
firebase hosting:disable
アクティブな Firebase プロジェクトの Firebase Hosting トラフィックの処理を停止します。このコマンドを実行した後、プロジェクトの Hosting URL に「サイトが見つかりません」というメッセージが表示されます。
Quote from: ホスティング コマンド | Firebase CLI リファレンス | Firebase Documentation
Since browser cache might still allow access, let’s verify with the following steps:
Above, I completely deleted and made private the site published on Firebase Hosting.
That’s all from the Gemba.