How to detect user already or signin or not?

Is there any official way to detect user already signin or not?
For now I simply create a column in a user profile and check for certain value: such as promo step: empty not yet, first step, … completed.

But I am pretty sure there is official way to do this… right?
Thanks!

Best way to do this at the moment is to check to see if user profile > email is empty (not signed in) or is not empty (is signed in)

3 Likes

Yes! Great. I remember that I’ve been using previously: make sense.
But still need some steps to get there/not trivial, forgot about this.

Thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.