strapi-plugin-firebase-authentication
Version:
Allows easy integration between clients utilizing Firebase for authentication and Strapi
36 lines (35 loc) • 735 B
TypeScript
declare const _default: {
admin: {
type: string;
routes: {
method: string;
path: string;
handler: string;
config: {
policies: any[];
};
}[];
};
"content-api": {
type: string;
routes: {
method: string;
path: string;
handler: string;
config: {
policies: any[];
};
}[];
};
"content-internal-api": {
routes: {
method: string;
path: string;
handler: string;
config: {
policies: any[];
};
}[];
};
};
export default _default;