I want to show an alert ONLY the FIRST TIME a user logs in. How do I do that?

Hi,

I want to show an alert only the First time a user logs in. How do I do that?

Someone please help me.

Use stored variabeles check if the stored variable is equals null then show alert.
And set the stored variable to true.

2 Likes

look at stored variables.

Here’s a similar post:

3 Likes

@catsarisky, Thank you very much.

1 Like