UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

6 lines (5 loc) 145 B
import type { Core } from "@strapi/strapi"; declare const register: ({ strapi }: { strapi: Core.Strapi; }) => void; export default register;