strapi-plugin-firebase-authentication
Version:
Allows easy integration between clients utilizing Firebase for authentication and Strapi
9 lines (8 loc) • 378 B
TypeScript
export declare const sanitizeOutput: (user: any, ctx: any) => Promise<import("@strapi/utils/dist/types").Data>;
export declare const getService: (name: any) => import("@strapi/types/dist/core").Service;
/**
* @description Generate referralCode for users
* @param {Number} length
* @returns referralCode
*/
export declare const generateReferralCode: (length: any) => string;