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.
5 lines (4 loc) • 336 B
TypeScript
import { Message } from "../utility";
export declare const isConfirmedApp: (app: object | undefined, next: Function) => void;
export declare const isAuthorizedUser: (auth: object | undefined, next: Function) => void;
export declare const chainMiddlewares: (middlewares: Function[], request: any, handler: Function) => Promise<Message>;