I am having issues with the home screen/welcome screen for my multisided app.
The situation is as follows.
1st app: Contractor
2nd App: Supplier
1st app sign in. Home and welcome screen works fine.
2nd app sign in. When I preview the app it goes directly to Home Screen assuming that user is logged in (which is not the case). It does not perform any actions as well. Just get stuck.
In order to avoid this, I have to log out from 1st app.
After this, 2nd app works fine (welcome screen etc.)
The situation is vice versa for App1 as well.
I am assuming this is happening because of shared database.
Can somebody please share any tips?