A small explanation for users visiting the sample Crypto dashboard. That's a public dashboard which all users can access and modify in the same time. Firebase propagates changes in real-time so you may see widgets moving around while other users are playing with the dashboard.
Should I be using the RedirectRoute widget when I want to redirect to a login page? I want to check a user object to see if the user is logged in, I would like to bind the url to the login and redirect. I am using AWS Cognito hosted UI so I can't slip it into an iframe. Any suggestions would be most appreciated.<p>Thanks