Search code examples
reactjsfirebase-hostingfirebase-cli

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


Solution

  • It looks like you never configured Firebase Hosting, so firebase deploy only deploys the rules for your Realtime Database.

    To get it to deploy the web site too, add a hosting section to your firebase.json file like the one shown here or run firebase init hosting and follow the prompts.