November 2017
Beginner to intermediate
288 pages
7h 33m
English
In order to get the user metadata, the user needs to be fully authenticated. Therefore, the currentUser object represents the current fully authenticated user.
To do this, we get the user object and check that the value is not null. If it is null, it would mean that we don't have any user currently authenticated in the application. If it is not null, we will get the details of our user and can exploit the different metadata related to the connected user.
Read now
Unlock full access