Thank you firebase team for amazing automation to host flutter app on web!
It is very convenient to just run firebase deploy
to get the updated code released.
But I want more 🙂
I want to verify my code is rendering well on both mobile and desktop browsers, before releasing it.
So, i want two commands. Something like this:
firebase deploy -t release
firebase deploy -t preview
Is it possible to configure?