npm

serialized-query
TypeScript icon, indicating that this package has built-in type declarations

0.11.2 • Public • Published

Serialized Query

A Typescript class that captures any/all characteristics of a Firebase Query. This class can be fully serialized and deserialized.

Example

const query = new SerializedQuery('/user/profiles').orderByChild('age').limitToLast(2);

Readme

Keywords

Package Sidebar

Install

npm i serialized-query

Weekly Downloads

75

Version

0.11.2

License

MIT

Unpacked Size

36.4 kB

Total Files

9

Last publish

Collaborators

  • ksnyde