# How to Test/Deploy App on Flutter web

Accept the SSL Certificates Permissions.

We have hosted flutter web Application on Firebase Clout hosting server. Our webRTC's signalling server  has been deployed on the AWS server so for the testing purpose you must have to accept SSL Certificate permission.&#x20;

It wont work if you do not do this.&#x20;

We have added all the steps to accept the SSL Certificate request for the signalling request.

This is only one time process for testing.

You can deploy your code on your VPS no need to do this all things on your server.&#x20;

**1) Open flutter web**&#x20;

**2) Enter Your Name and Meeting Agenda**

**3) Click on Host meeting (Nothing happen because of SSL issues.)**

**4) Open inspect element and go to Console tab.**

![Inspect element ](https://4199526822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDNo4fNt2U113dfwgUbOs%2Fuploads%2FOVlmn48yUly1R7zK00Or%2FScreenshot%202022-02-12%20at%2010.28.59%20AM.png?alt=media\&token=0d365b56-7f12-4317-a2f5-ec4b5ec1a803)

**5) Please open signalling url in another tab and click on advance button as shown in image.**

![Open this url on another tab](https://4199526822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDNo4fNt2U113dfwgUbOs%2Fuploads%2FYrvj5jwh65x3GBN79CIj%2FScreenshot%202022-02-10%20at%206.44.47%20PM.png?alt=media\&token=fed96f02-4885-4f0b-8243-408fc86e6a0c)

**6) Click on proceed to webRTCSolution.in.**

![Click on Advance](https://4199526822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDNo4fNt2U113dfwgUbOs%2Fuploads%2FTs400aZzQ7wkdaLaf73y%2FScreenshot%202022-02-10%20at%206.45.42%20PM.png?alt=media\&token=fc8c9bb8-e852-4d92-8ba7-970944b38fa8)

![Click Proceed to webRtcSolution.in](https://4199526822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDNo4fNt2U113dfwgUbOs%2Fuploads%2FiZ1gyGA5qXsSIVhMrSmH%2FScreenshot%202022-02-10%20at%206.46.31%20PM.png?alt=media\&token=ff630219-6495-44c1-a129-f9d854f6da87)

**7) Cool thats it. Enjoy your call.**

**8) If you want to join or host  meeting from the another system please do same process.**

### **How to Deploy Flutter web on Firebase for Testing.**

**Now, You can easily deploy the flutter web on firebase cloud server. For testing no need to deploy on your actual server.**&#x20;

**Please check the given links below for deployment on firebase store.**&#x20;

#### [**How to deploy flutter web code on Firebase**](https://medium.com/flutter/must-try-use-firebase-to-host-your-flutter-app-on-the-web-852ee533a469)

#### [How Deploy flutter web code on server](https://medium.com/flutter-community/how-to-host-flutter-using-nginx-a71bcb11d96)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://songalaxy1344.gitbook.io/gomeeting-project-setup/how-to-test-deploy-app-on-flutter-web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
