> 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](https://4033508091-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtVZlJVwd2QjNOjAH2i%2F-LtV_X8F6waKvWhsshmc%2F-LtVa_kMaahnOLMN_kZn%2Fnodejs1.jpg?alt=media\&token=30ca13bb-beaa-4faa-bc8d-35b713e8fc98)

* [ ] **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](https://4033508091-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtVZlJVwd2QjNOjAH2i%2F-LtV_X8F6waKvWhsshmc%2F-LtVbxRqcxLIzgGBcB26%2Ffirebase.jpg?alt=media\&token=ad977374-5733-42d9-bf79-63ab69342c93)

Paste that "firebaseConfig" to "environment.ts"

![](https://4033508091-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LtVZlJVwd2QjNOjAH2i%2F-LtV_X8F6waKvWhsshmc%2F-LtVcAG6siztVgs7-QX7%2Ffirebase3.jpg?alt=media\&token=26752a11-13a1-476c-9817-6de0778acab5)

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