Here the goal is to create the Authentication flow using: https://github.com/cristicretu/Layers
When launching the app the flow is:
- Check if user is signed In
- If signedIn go to Home
- else go to Authentication screen
- The authentication screen have 2 buttons: Sign in and Sign up
- If Sign in it opens the Signin flow in Layers
- If Sign up it opens the Signup flow in Layers
- Once Authenticated go to Home
Here the goal is to create the Authentication flow using: https://github.com/cristicretu/Layers
When launching the app the flow is: