> For the complete documentation index, see [llms.txt](https://cacacode.gitbook.io/buzul/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cacacode.gitbook.io/buzul/master.md).

# Introduction

You can use this template to build beautiful and functional IOS and Android apps.

### Requirements

* Node.js Installation
* Ionic Installation
* Cordova Installation
* Firebase Account
* Firebase Settings

### Installation

* [ ] **Node.js Installation**

![node.js](/files/-LtVa_kMaahnOLMN_kZn)

* [ ] **Ionic Installation**

```
$ npm install -g ionic (windows)
$ sudo npm install -g ionic (mac)
```

* [ ] **Cordova Installation**

```
$ npm install -g cordova (windows)
$ sudo npm install -g cordova (mac)
```

* [ ] **Firebase Account**

Go to "firebase.google.com/" and create a new account.

* [ ] **Firebase Settings**

Open your Firebase Console and "Add Project" then click "Project Settings" and copy "firebaseConfig" below.

![firebase config](/files/-LtVbxRqcxLIzgGBcB26)

Paste that "firebaseConfig" to "environment.ts"

![](/files/-LtVcAG6siztVgs7-QX7)

{% hint style="info" %}
&#x20;For more information please check [ionicframework.com](https://ionicframework.com/) and [firebase.google.com](https://firebase.google.com/)
{% endhint %}
