As stated, my app doesn’t have nor needs to have user registration so I am wondering how to show a modal screen only once “per-session” ?
I’ve tried with putting a button on screen1 which would create a user in users collection without any credentials just a bool variable and set it to TRUE, and then action->link-> to homepage, and homepage needs to trigger the modal if that variable is TRUE. (this is NOT working)
Afterwords a button on the modal page would set that property to FALSE.
Any solutions for apps like these?