Web Publishing with FlutterFlow - Is it stable for Live Web applications?

I have been working with several FlutterFlow projects, some of which are published with the FlutterFlow web publishing and using Custom Domain. Although for many of the applications it is really sufficient with the newly added features. But Is it really good for live apps?

As recently I found that hosting multiple of applications on the same server and sending requests to Firebase auth or other services might result to a blacklist of that server and any application hosted on it even if they are sending to different Firebase projects. Then I started to wounder how this is handeled by FlutterFlow?

This is a general discussion if someone has different architecture designs. Ex. you can simple host the app on Firebase Hosting for the specified project and make automatic deployment from Github as in the documentation:
https://blog.flutterflow.io/deploying-flutterflow-web-app-to-firebase-hosting/

Happy Coding ๐Ÿ™‚

2