UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

3 lines (2 loc) 140 B
import { StrapiUser } from "../../../model/User"; export declare const formatUserData: (result: any, strapiUsersData: StrapiUser[]) => any;