I would like to notify a user of my web app that they have a new client request to attend to. This notification is an email. I would like to include a link to Chats section on the users mobile/desktop device. (I believe currently only Android supports URLs opening in single page apps on the home screen - so this is more for Android and desktop users currently)
The question is, how do I get a direct URL to my Chats view inside my single page f7 app?
I saw another forum discussion about something similar but it was mostly in Russian and seemed to hint that the .htaccess file had to be changed on the server. Since I am running the entire backend on Firesbase I cannot make any changes to the server configuration.
Do I have any options to create something like:
and have it go to that view in my f7 app? (usually in the router its /chats/)
In addition I could imagine hopping right into a specific Chat from the email link with something like:
https://brighter.me/app/chats/7GJ*s987jKLSM3345
Thoughts?