You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @sangaritta, thanks for the feedback. Currently, since the Firebase CLI does not support passing build arguments, to workaround this you could try changing "source": "." to "public": "build/web" in your firebase.json file. This will tell the Firebase CLI to use the build in build/web.
Also, you can specify hosting.predeploy in your firebase.json to run flutter build web --web-renderer html. This will tell the Firebase CLI to build your app before deployments.
Your firebase.json file would look something like:
For those who also find this feature valuable, please leave a thumbs up on the original post. This helps us better track requests and prioritize development efforts.
It would be great if you can pass parameters to the flutter build command because I would like to change the render of my app from CanvasKit to HTML
The text was updated successfully, but these errors were encountered: