Hosting Firebase Django Welcome Page

I ran all the commands need like

  1. npm install -g firebase-tools
  2. firebase login
  3. firebase init
  4. firebase deploy

but it still shows me the welcome screen

Back to Top