strapi-plugin-firebase-authentication
Version:
Allows easy integration between clients utilizing Firebase for authentication and Strapi
22 lines (21 loc) • 425 B
TypeScript
declare const _default: {
type: string;
routes: ({
method: string;
path: string;
handler: string;
config: {
auth: boolean;
policies: any[];
};
} | {
method: string;
path: string;
handler: string;
config: {
policies: string[];
auth?: undefined;
};
})[];
};
export default _default;