Inteface for the registerWithEmailAndPassword function

Param

Param

Param

Param

Param

Param

Param

Hierarchy

  • RegisterInterface

Properties

email: string
major: string
name: string
onError?: ((error: any) => void | PromiseLike<any>)

Type declaration

    • (error: any): void | PromiseLike<any>
    • Parameters

      • error: any

      Returns void | PromiseLike<any>

password: string
startingSemester: string
startingYear: string

Generated using TypeDoc