UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

7 lines (6 loc) 156 B
declare const _default: (userID: any) => Promise<{ id: import("@strapi/types/dist/data").ID; } & { [key: string]: any; }>; export default _default;