UNPKG

firebase-admin-ql

Version:

A powerful library that bridges Firebase Admin SDK with PostgreSQL, simplifies interaction with stored procedures, facilitates seamless third-party API calls using fetch, and provides utility functions to streamline backend operations.

7 lines (6 loc) 155 B
import { WhereFilterOp } from "firebase-admin/firestore"; export type whereClause = { key: string; operator: WhereFilterOp; value: unknown; };