/* This file stores all the keys */ export class AuthConnstants{ /* My reference key */ public static readonly AUTH = 'userDataKey'; public static readonly PROFILE = 'profile'; public static readonly USER = 'userId'; public static readonly USERCHAT = 'userChat'; }