strapi-plugin-firebase-authentication
Version:
Allows easy integration between clients utilizing Firebase for authentication and Strapi
11 lines (10 loc) • 334 B
TypeScript
export declare const fetchUser: (currentUser: any, populate?: string[]) => Promise<{
id: import("@strapi/types/dist/data").ID;
} & {
[key: string]: any;
}>;
export declare const processMeData: (currentUser: any, populate?: string[]) => Promise<{
id: import("@strapi/types/dist/data").ID;
} & {
[key: string]: any;
}>;