Conditional redirection after Log In

Hi, I am facing with such scenario:
As Entry Page I have an Auth Screen which allows to Log In/Register user (using firebase). Once user provide credentials and tap on Login button he is redirected to "Initial Page -> Logged In Page" from settings. Same scenario is for Creating Accont button (once he is registering). Here are my questions:

  1. Is that customizable somehow: that after Creating Account user is not redirected to "Logged in Page" - or by default it is not working like that and I have something messed up?

  2. I had a vision that after Login Action (and after Create Account as well) there is Profile Validation performed (e.g If user have username selected already, preffered language etc). If some of profile setting is not provided, user is redirected to "Edit Profile Page" instead of page defined in settings as "Initial Page -> Logged in Page". As I have prepared block of Action used under both buttons (after action of Log In/Create Account) it seems to not work - I assume that redirection to "Initial Page -> Logged in Page" overrides my defined actions block. Is there any way to overcome this?

Sorry if question is elementary, but I have stucked on this a little bit.

Thanks,

Jakub

2
2 replies