Hello Gliders,
I have a scenario for an education app in both (pages + app) in which I need to add the experience of having multiple sub accounts for parents to access the app for their children and have the ability to switch between sub accounts something like how you can switch between emails in Gmail App.
I know there is no native way of doing it and I am thinking about having a field in the users table specifying the selected child to filter everything in the app based on it. How would you recommend the best way to visually show which is the selected child within all pages without the need to go into specific page such as profile page?