UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

31 lines (30 loc) 796 B
declare const _default: { "firebase-authentication-configuration": { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; }; options: { draftAndPublish: boolean; }; pluginOptions: { "content-manager": { visible: boolean; }; "content-type-builder": { visible: boolean; }; }; attributes: { firebase_config_json: { type: string; }; }; }; }; }; export default _default;