UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

8 lines (7 loc) 159 B
export declare function promiseHandler(promise: Promise<any>): Promise<{ error: any; data?: undefined; } | { data: any; error?: undefined; }>;