New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@shtse8/fireschema-runtime

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shtse8/fireschema-runtime

Runtime library for code generated by FireSchema (TypeScript)

latest
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

@fireschema/ts-runtime

This package provides the runtime library for TypeScript code generated by the FireSchema tool. It contains the base classes and utilities necessary for the generated Object Document Mapper (ODM) code to interact with Google Firestore.

Installation

You typically don't install this package directly. It will be added as a dependency by the fireschema tool when generating TypeScript code.

However, if you need to install it manually:

npm install @fireschema/ts-runtime firebase
# or
yarn add @fireschema/ts-runtime firebase
# or
pnpm add @fireschema/ts-runtime firebase

Note: This package requires firebase (version 9, 10, or 11) as a peer dependency.

Usage

This package is intended for internal use by the code generated by fireschema. The generated classes (e.g., UsersCollection, UsersQueryBuilder, UsersUpdateBuilder) extend the base classes provided by this runtime (BaseCollectionRef, BaseQueryBuilder, BaseUpdateBuilder).

Refer to the main FireSchema documentation for details on how to use the generated code.

Contributing

Please refer to the main FireSchema repository for contribution guidelines.

License

MIT

Keywords

firestore

FAQs

Package last updated on 02 Apr 2025

Related posts