I am getting auth user uninitialized ..the only way to overcome this is delay 2 secs after login. Any elegant method besides delaying the retrieving of the user id ?
TL;DR
The user is experiencing an issue with the app where the auth user is uninitialized, and the only solution they have found is to delay the retrieval of the user id by 2 seconds after login. They are looking for a more elegant method to resolve this issue.