Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dylantientcheu/fireman
- Owner: dylantientcheu
- License: mit
- Created: 2022-07-05T07:53:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T15:19:31.000Z (about 1 year ago)
- Last Synced: 2024-10-13T16:59:53.650Z (about 1 month ago)
- Topics: firebase, firestore, helper-functions, javascript, npm-package, typescript
- Language: TypeScript
- Homepage: https://fireman-fns.netlify.app/
- Size: 17.3 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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).