firebase-algolia-sync
Version:
Creates a firebase cloud function which sync Firebase collection with Algolia index
34 lines (33 loc) • 843 B
JSON
{
"name": "firebase-algolia-sync",
"version": "1.0.7",
"description": "Creates a firebase cloud function which sync Firebase collection with Algolia index",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Firebase",
"Algolia",
"Sync",
"Cloud",
"Function",
"Collection",
"Index"
],
"author": "Asaf Karavani",
"license": "ISC",
"dependencies": {
"algoliasearch": "^4.8.3",
"firebase-functions": "^3.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AsafKaravani/firebase-algolia-sync.git"
},
"bugs": {
"url": "https://github.com/AsafKaravani/firebase-algolia-sync/issues"
},
"homepage": "https://github.com/AsafKaravani/firebase-algolia-sync",
"email" : "asaf.karavani1@gmail.com"
}