I want to host the dart-pad on the dynamic web.
So, I hosted custom dart pad and dart service by firebase Hosting and Google Cloud Run.
I wanted to ask about firebase hosting and network
The first question is, is my conclusion correct?
The second question is, if I used Firebase hosting, is there no connection with App Engine or other Google services?
Hi,
1. You are correct that Firebase Hosting can serve dynamic content with Cloud Functions for Firebase or Cloud Run. However, I cannot find any resources that states that Dart files are converted to js files when deploying to Dart pad. Do you have any resources that hints to this conclusion?
2. I have been searching on solutions for hosting Dart-pad and I observed that the recommended way of running Dart in the cloud is through serverless computing solutions(Cloud Run, Functions Framework). Furthermore, I found this on the dart-pad Github issue page where it seems like they are planning to remove AppEngine Flex support and that dart-services runs on Cloud Run. Can you link the dart-pad guide where App Engine is the suggested way of hosting?
If I understand your second question correctly, you can make a connection to App Engine with The Firebase SDKs for Cloud Storage as demonstrated here.
In any case, I believe your inquiries are more suited on the Dart Community Support as I think you can get a more conclusive answer there. I hope this information is useful for you.