Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikkopaderes/mock-cloud-firestore
Mock library for Cloud Firestore
https://github.com/mikkopaderes/mock-cloud-firestore
firebase firestore mock
Last synced: 13 days ago
JSON representation
Mock library for Cloud Firestore
- Host: GitHub
- URL: https://github.com/mikkopaderes/mock-cloud-firestore
- Owner: mikkopaderes
- License: mit
- Created: 2018-02-17T09:18:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T08:30:27.000Z (over 3 years ago)
- Last Synced: 2025-01-02T10:08:58.085Z (21 days ago)
- Topics: firebase, firestore, mock
- Language: JavaScript
- Size: 1.58 MB
- Stars: 71
- Watchers: 2
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# mock-cloud-firestore
Mock library for Cloud Firestore
Before using this library, try to see first if the [Firestore Emulator](https://firebase.google.com/docs/emulator-suite/connect_firestore) would fit your needs.
## Installation
Assuming that you're using [npm](https://www.npmjs.com/) as your package manager:
```
npm install --save-dev mock-cloud-firestore
```If you're not using any module bundler, you can use the precompiled [UMD](https://github.com/umdjs/umd) builds in the `dist` folder. For this build, `MockFirebase` would be available as a `window.MockFirebase` global variable. You can download the files at [unpkg](https://unpkg.com/mock-cloud-firestore/).
## Usage
Check out the docs [here](https://mikkopaderes.github.io/mock-cloud-firestore/)
## Support the project
Help me out for a couple of :beers:!
[![Donate](https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg)](https://paypal.me/mikkopaderes)