UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

3 lines (2 loc) 182 B
export declare const fetchUser: (currentUser: any, populate?: string[]) => Promise<any>; export declare const processMeData: (currentUser: any, populate?: string[]) => Promise<any>;