strapi-plugin-firebase-authentication
Version:
Allows easy integration between clients utilizing Firebase for authentication and Strapi
12 lines (11 loc) • 436 B
TypeScript
import { Context, DefaultContext } from "koa";
declare const _default: {
list: (ctx: DefaultContext | Context) => Promise<void>;
create: (ctx: any) => Promise<void>;
get: (ctx: any) => Promise<void>;
update: (ctx: any) => Promise<void>;
delete: (ctx: DefaultContext | Context) => Promise<void>;
deleteMany: (ctx: any) => Promise<void>;
resetPassword: (ctx: any) => Promise<void>;
};
export default _default;