strapi-plugin-firebase-authentication
Version:
Allows easy integration between clients utilizing Firebase for authentication and Strapi
11 lines (10 loc) • 521 B
TypeScript
import { Context, DefaultContext } from "koa";
declare const _default: {
setFirebaseConfigJson: (ctx: DefaultContext | Context) => Promise<void>;
getFirebaseConfigJson: (ctx: DefaultContext | Context) => Promise<any>;
delFirebaseConfigJson(ctx: DefaultContext | Context): Promise<void>;
restart(ctx: DefaultContext | Context): Promise<any>;
getPublicConfig(ctx: DefaultContext | Context): Promise<any>;
savePasswordConfig(ctx: DefaultContext | Context): Promise<void>;
};
export default _default;