UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

14 lines (13 loc) 269 B
declare const _default: { register(app: any): void; registerTrads({ locales }: { locales: string[]; }): Promise<({ data: any; locale: string; } | { data: {}; locale: string; })[]>; }; export default _default;