method/isUser

Methods

(inner) isUser(user) → {string|boolean}

Source:

Check if a Firebase ID has been assigned before

Parameters:
Name Type Description
user object

User object

Properties
Name Type Description
uid string

Firebase User ID, e.g. hk_wx5555556.

Requires:
Returns:

Returns boolean, otherwise returns 'locked' if failCount is larger than 5.

Type
string | boolean