UNPKG

firestudio

Version:

CLI for developing apps with NextJS and Firebase

9 lines (7 loc) 188 B
import Base from './Base'; export default class User extends Base { get() { return this.authenticate() .then(decodedClaims => this.res.status(200).json(decodedClaims)); } }