Not kotlin related, but it really bothers me for a...
# android-architecture
g
Not kotlin related, but it really bothers me for a few weeks already. Does anybody have a clear understanding of Firebase Dynamic Links? What's strange for me, is that according to their docs, you're supposed to make a call to firebase, to unwrap the short dynamic link. The thing is, seems like the short version never actually hits the app, instead, it's being resolved by the browser and a regular universal link is passed to your app. Hence the question: why call Firebase? What's even more strange, by official docs, the iOS is actually catching the short link and does the unwrapping inside the app. As a bonus, on iOS it looks better, because there is no intermediate browser flickr, until the link is resolved.