Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dylantientcheu/fireman

🔥 Comprehensive firestore helper functions
https://github.com/dylantientcheu/fireman

firebase firestore helper-functions javascript npm-package typescript

Last synced: about 1 month ago
JSON representation

🔥 Comprehensive firestore helper functions

Awesome Lists containing this project

README

        


Fireman logo

Fireman



Fireman is a simple, yet powerful, wrapper around the firestore SDK* providing firestore helper functions and an enhanced developer experience.

## Documentation

[View Docs](https://fireman-fns.netlify.app)

## Features

### 🚲 Easy to learn

Querying is done with a single interface, easily get documents from your firestore instance.

### 🧑‍🚒 Consistent

The API is predictable and consistent, making it easy to intergrate.

### 🔥 Extensive

Covers both Firestore and Firestore Admin SDKs (coming soon)

## Installation

```bash
npm i @fireman/web
```

> For the server

```bash
npm i @fireman/admin
```

See how to use on the [usage docs](https://fireman-fns.netlify.app/usage/)

## License

Fireman is licensed under the [MIT license](https://opensource.org/licenses/MIT).