Hi!! I built a sign up screen for a sports app. The user has to enter their info and what "role" they are: Coach/Parent/Player. I made code to sort users after creating an account ( if Coach, it goes to homescreen1 / if Parent or Player, it goes to homecreen2 ) But it is not sending the user to the correct screen when I test it on my phone. The data saves, but it only saves as the "Coach" role and only takes the user to the homescreen1, even if I made the user another role.