Firebase Deep Link short URL
Can the links for Firebase deep links be shortened? Do they have that feature? Links generated are too long and that is not good. UPDATE Firebase now supports shorten dynamic links programmatically . I've faced the same problem getting a long and not user friendly URL when creating a dynamic link programmatically. The solution I've found is to use the Google URL Shortener API that works brilliant. That link points to the Java library, I'm using it in Android, but you can do also a simple http request. I'll post my Android code in case you need it: private void createDynamicLink() { // 1.