# Getting Started

## Requirements

Make sure you have the newest versions of Nuxt and Firebase installed and setup in your project.

```bash
yarn add firebase # OR npm i firebase
```

## Install

Install the module via NPM or Yarn.

```bash
yarn add firewings # OR npm i firewings
```

## Usage

Add the below code to wherever you want to use the functions.

```js
import { queryFirestore } from 'firewings'
//or
import { unwrapFirestoreDoc } from 'firewings'
//or
import { addToFirestore } from 'firewings'
//or
import { setToFirestore } from 'firewings'
//or
import { changeDocId } from 'firewings'
//or
// or any other not mentioned function
```

See the detailed API for each function [here](/functions/firestore).