Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxx2104/convert-firestore
Convert Realtime Database to Cloud Firestore
https://github.com/jaxx2104/convert-firestore
Last synced: 26 days ago
JSON representation
Convert Realtime Database to Cloud Firestore
- Host: GitHub
- URL: https://github.com/jaxx2104/convert-firestore
- Owner: jaxx2104
- Created: 2019-06-13T09:13:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T01:58:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T06:30:59.334Z (about 2 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convert-firestore
[![NPM Version](http://img.shields.io/npm/v/convert-firestore.svg?style=flat)](https://www.npmjs.org/package/convert-firestore)
Convert Realtime Database to Cloud Firestore.
## Install
```
$ npm install convert-firestore
```## Usage
### JavaScript API
```js
import convertFirestore from 'convert-firestore'
```