UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

14 lines (13 loc) 541 B
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>; sendResetEmail: (ctx: any) => Promise<void>; sendVerificationEmail: (ctx: any) => Promise<void>; }; export default _default;