You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @uriva -- right now the type is User | undefined. To make sure I understand: is that you would like the difference between undefined and null to be explicit?
I think
db.useAuth().user;
typing is wrong, should beUser | null
.The text was updated successfully, but these errors were encountered: