Hi all! What would be the best approach for deep l...
# compose
v
Hi all! What would be the best approach for deep linking to the content that requires authentication? For example: deep linking to a user's profile page. For now I can manually handle that kind of links, not using
deepLinks
list from
Composable
at all and it does not seem right. Thanks!
c
Pretty much if you go this route, then deep linking will just work.

https://youtu.be/09qjn706ITA?t=285

v
Yeah, thanks! I guess in my case that's related to how navigation to LogIn screen is currently implemented. Will need some rework done.