简体   繁体   English

有谁知道启动 firebase 应用程序时如何摆脱“Firebase Hosting Setup Complete”屏幕?

[英]does anyone know how to get rid of "Firebase Hosting Setup Complete" screen when launching a firebase application?

recently ive launched my own firebase application, and I keep getting this error on my screen when I try to connect: "Firebase Hosting Setup Complete You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary? firebase" does anyone know how to fix this?最近我启动了我自己的 firebase 应用程序,当我尝试连接时,我的屏幕上一直出现这个错误:“Firebase 托管设置完成你看到这个是因为你已经成功设置了 Firebase 托管。现在是时候 go 构建一些非凡的东西了? firebase”有人知道如何解决这个问题吗?

step 1: delete this file:第一步:删除这个文件:

  • build folder建立文件夹
  • .firebase .firebase
  • .firebaserc .firebaserc
  • firebase.json firebase.json
  • package-lock.json包锁.json
  • package-lock.json包锁.json

step 2: run firebase init and follow this step:第 2 步:运行firebase init并按照以下步骤操作:

  • What do you want to use as your public directory?你想用什么作为你的公共目录? build建造
  • Configure as a single-page app (rewrite all urls to /index.html)?配置为单页应用程序(将所有 url 重写为 /index.html)? Yes是的
  • Set up automatic builds and deploys with GitHub?使用 GitHub 设置自动构建和部署? No
  • File build/index.html already exists.文件 build/index.html 已经存在。 Overwrite?覆盖? Yes是的

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 部署后“Firebase 托管设置完成” - "Firebase Hosting Setup Complete" after deploy Flutter web 应用程序丢失 firebase.json 并在部署到 firebase 托管时显示“欢迎 Firebase 托管设置完成” - Flutter web app is missing firebase.json and shows "Welcome Firebase Hosting Setup Complete" when deployed to firebase hosting 使用“firebase deploy”部署到托管 - firebase 如何知道它是部署到托管而不是云功能? - using "firebase deploy" to deploy to hosting - how does firebase know if it is deploying to hosting and not cloud functions? 将 React 项目部署到 Firebase 会导致显示“Firebase 托管设置完成”的窗口 - Deploying React project to Firebase leads to window that says "Firebase Hosting Setup Complete" 有谁知道,为什么我不能从 firebase 集合中获取所有文档? - Does anyone know, why I can´t get ALL document from a firebase Collection? 如何从 Firebase 中删除此错误消息? - How to get rid of this error message from Firebase? 如何设置 Flutter Firebase 桌面应用程序 - how to setup Flutter Firebase desktop application 如何获取firebase firestore中完整的文档路径? - How to get the complete document path in firebase firestore? 如何知道Firebase Hosting中默认域的IP地址 - How to know the IP address of the default domain in Firebase Hosting 如何摆脱导致我的域出错的 firebase 证书? - how to get rid of firebase cert causing an error on my domain?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM