A new Flutter project.
You can run a flutter application with flutter run.
To instantly run it as a web application, add -d web server.
To allow Google authentication to work, make sure to run the application on port 5000.
The full command is:
flutter run -d web-server --web-port 5000
flutter build web
firebase deploy