Tab appears for logged out users even with conditions

My app’s URL: https://pilou.glideapp.io/

Hi i have this problem : i specifically asked to show tab “mon profil” only for logged in user.
Just click and you will see that the tab is displayed.

It should be user’s email is not empty.

Email is signed-in user => Compare signed in user’s email with … that same column, so it’s always true.

Email is not empty => Check if the user currently viewing the app has a signed-in email or not. If they have not signed in, then the user’s email field is empty, thus this is the condition you need to use.

1 Like

So fast, so efficient ! Thanks !

1 Like

My pleasure to help. Do let us know if you have any more questions.

I have but i will open a new ticket because i am stuck since this morning.
Thanks

1 Like