Because of the way the URL structure is set up, every time the app is closed it forces you to click the Sign in button again.
If you use https://roamresearch.com/#/app as the base URL it will redirect if you are logged in, and show the main homepage if you aren't. Even better would be to capture the user's unique DB URL (e.g. https://roamresearch.com/#/app/USERNAME and store it because the /app URL still does a redirect to your database.
Because of the way the URL structure is set up, every time the app is closed it forces you to click the
Sign inbutton again.If you use
https://roamresearch.com/#/appas the base URL it will redirect if you are logged in, and show the main homepage if you aren't. Even better would be to capture the user's unique DB URL (e.g.https://roamresearch.com/#/app/USERNAMEand store it because the/appURL still does a redirect to your database.