In this video it shows the steps to host the flutter application in firebase and then deploy the hosted application in a WordPress page using the iframe command in custom html page.
Sample iframe html command is below:
<iframe src="https://winter-surf-260703.web.app/" width="100%" height="600px" frameborder="0" allowfullscreen></iframe>
The hosted application in firebase is at: https://winter-surf-260703.web.app/
Corresponding WordPress website is at: https://programmerworld.co/flutter-application-hosting-on-firebase-server-sample-page/
In this tutorial the steps are followed from the below website:
https://firebase.google.com/docs/hosting/
I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com
Steps and Screenshots:
Steps at: https://firebase.google.com/docs/hosting/
CLI window after successful deployment:
Deployed app in local for testing and preview:
Deployed application on the Firebase host:
https://winter-surf-260703.web.app
Firebase project console after the deployment:
Embedded Application in WordPress webpage: