We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bf36f commit a21c19bCopy full SHA for a21c19b
docs/guide/deployment.md
@@ -261,7 +261,7 @@ firebase deploy --only hosting
261
262
If you want other Firebase CLI features you use on your project to be deployed, run `firebase deploy` without the `--only` option.
263
264
-You can now access your project on `https://<YOUR-PROJECT-ID>.firebaseapp.com`.
+You can now access your project on `https://<YOUR-PROJECT-ID>.firebaseapp.com` or `https://<YOUR-PROJECT-ID>.web.app`.
265
266
Please refer to the [Firebase Documentation](https://firebase.google.com/docs/hosting/deploying) for more details.
267
0 commit comments