0
votes

I am trying to deploy a web flutter app in firebase hosting, but every time I have the default page that affich at the link show: https://confidentialrulesweb.firebaseapp.com I use the code below to display:

  firebase login
  firebase init
  flutter build web
  firebase deploy 

thanks to show me how to deploy the right way

1

1 Answers

0
votes

How did you answer the questions when you set up your webservice? You must specifically say "build/web" for the path.