method/update

Methods

(inner) update(user, forceSet) → {userMeta}

Source:

Update a user’s user meta on Firebase

Parameters:
Name Type Description
user object

User object

Properties
Name Type Description
uid string

Firebase User ID, e.g. hk_wx5555556.

passwordHash string

Hashed password.

forceSet boolean

True if user should be set instead of updated.

Returns:

User’s user meta.

Type
userMeta