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) 328 B
export * from "./utility"; export { FirebaseModel } from "./services/firestore.db"; export { isConfirmedApp, isAuthorizedUser, chainMiddlewares, callableFunctionWrapper } from "./middleware/firebase"; export { PgBaseModel } from "./services/postgres.db"; export { APIFetcher } from "./api_caller"; export * from "./interfaces";