Introduction
On this page you will find most important functionalities to get information from the logged in user
Check if user is logged in and get user information
backend.get('init', null, console.log, 'general')
Get time and date of users timezone
backend.get('now', null, console.log, 'general')
Check if user has uploaded profile image
backend.get('avatar', null, console.log,'general')