UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

8 lines (7 loc) 180 B
/** * @description Manual sanitize user object * @param {Object} user * @returns {Object} sanitizedUser */ declare const _default: (user: any) => any; export default _default;