Create a way to log when the user first opens the app on their phone (this should reset if they ever uninstall the app from their phone so using localstorage is actually a good solution here.
How it should work:
When the app is opened run a check to detect if it is their first time opening the app
A) If it is, then we do X
B) If it is not then we continue as normal to the rest of the app.
This will make it such that we can do specific things or record information when the app is opened for the very first time on any one phone.
Create a way to log when the user first opens the app on their phone (this should reset if they ever uninstall the app from their phone so using localstorage is actually a good solution here.
How it should work:
This will make it such that we can do specific things or record information when the app is opened for the very first time on any one phone.