使用 firebase 完成 React 应用程序部署,但我没有获得托管 url?我现在要做什么才能成功部署
React app deploy complete with firebase but i did not get a hosting url ? What i do now for successful deploy
Why i did not get a hosting url? What I do now? See this pic
您似乎从未配置过 Firebase 托管,因此 firebase deploy
仅为您的实时数据库部署规则。
要让它也部署网站,请将 hosting
部分添加到您的 firebase.json
文件中,如所示 here 或 运行 firebase init hosting
并按照提示进行操作。
Why i did not get a hosting url? What I do now? See this pic
您似乎从未配置过 Firebase 托管,因此 firebase deploy
仅为您的实时数据库部署规则。
要让它也部署网站,请将 hosting
部分添加到您的 firebase.json
文件中,如所示 here 或 运行 firebase init hosting
并按照提示进行操作。