# Setup app

### Connect to your Firebase Database

Open your code you downloaded from codecanyon in VS Code editor. \
There is a file called **firebase\_config.js**

Replace the values in the file with the connection string from your firebase project. First you need to create new Web App there.

![](https://1772895165-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lz_IUbVGMg9DXsg2SnG%2F-M1VRBt7FY-RhyfMEdoV%2F-M1VSPiFjcOD62UEuUK9%2Ffirebase_connection.png?alt=media\&token=3edd13cf-22eb-4a17-b6ca-0f0caa9d2ff9)

###

### App name and id

To change the app name, id, slug etc.. open the file app.json.\
There, change the name, description slug, desired package name of your app.&#x20;

### App icon and splash screen

To change the app icon and splash screen open the folder **assets.** There in the folder **icons** and **images** change the images with your app brand images. For icon, use square image.


---

# 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://mobidonia.gitbook.io/uni-expo-app/run/untitled.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.
