0

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 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

3 Comments

thank you Mr, I add in firebase Init when is asked build/web but even with that and the code I enter in the question it's lead my app to the default index.html for firebase hosting. I don't know why
When you did firebase init hosting, did you enter build/web? And was build/web already built? flutter build web? And then did you firebase deploy --only hosting?
sorry and thank you for your answer, I am seek a litle, get better and will try again 'try it if i remember right, one time --only hosting,

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.