Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Terminal Server
Claim
by
dillip285
npm
GitHub
OS Automation
Security
JavaScript
MIT License
4
2
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
js
plugins
firebase
js/plugins/firebase/src
js/plugins/firebase/tests
js/plugins/firebase/jest.config.ts
js/plugins/firebase/LICENSE
js/plugins/firebase/.npmignore
js/plugins/firebase/package.json
js/plugins/firebase/README.md
js/plugins/firebase/tsconfig.json
js/plugins/firebase/tsup.config.ts
js/plugins/firebase/typedoc.json
{ "name": "@genkit-ai/firebase", "description": "Genkit AI framework plugin for Firebase including Firestore trace/state store and deployment helpers for Cloud Functions for Firebase.", "keywords": [ "genkit", "genkit-plugin", "genkit-tracestore", "genkit-statestore", "genkit-deploy", "genkit-flow", "firestore", "ai", "genai", "generative-ai" ], "version": "1.0.5", "type": "commonjs", "scripts": { "check": "tsc", "compile": "tsup-node", "build:clean": "rimraf ./lib", "build": "npm-run-all build:clean check compile", "build:watch": "tsup-node --watch", "test": "jest --verbose" }, "repository": { "type": "git", "url": "https://github.com/firebase/genkit.git", "directory": "js/plugins/firebase" }, "author": "genkit", "license": "Apache-2.0", "dependencies": { "@genkit-ai/google-cloud": "workspace:^" }, "peerDependencies": { "@google-cloud/firestore": "^7.6.0", "firebase-admin": ">=12.2", "genkit": "workspace:^" }, "devDependencies": { "genkit": "workspace:*", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.16", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "ts-jest": "^29.1.2", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^4.9.0" }, "types": "./lib/index.d.ts", "exports": { ".": { "require": "./lib/index.js", "import": "./lib/index.mjs", "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./user_engagement": { "require": "./lib/user_engagement.js", "import": "./lib/user_engagement.mjs", "types": "./lib/user_engagement.d.ts", "default": "./lib/user_engagement.js" }, "./context": { "require": "./lib/context.js", "import": "./lib/context.mjs", "types": "./lib/context.d.ts", "default": "./lib/context.js" } }, "typesVersions": { "*": { "user_engagement": [ "lib/user_engagement" ], "context": [ "lib/context" ] } } }