I'm using Firebase Storage to store images for my app project. The image urls are stored in Firestore. The problem is that all those urls are huge. Sometimes in the Firebase Console it get double scroll bars because of that. Is there any way we can make them shorter? Thanks!
Asked
Active
Viewed 1,593 times
2

Asyl Paitesh
- 161
- 2
- 8
-
https://stackoverflow.com/a/20406915/7791183 – Rajat Mittal Apr 05 '19 at 10:36
-
@RajatMittal Thanks for pointing me in that direction but according to [this](https://goo.gl/), *On March 30, 2018, we turned down support for goo.gl URL shortener*. Do you have any other solution? – Asyl Paitesh Apr 05 '19 at 11:16
-
Try this out. https://developers.google.com/api-client-library/java/apis/urlshortener/v1 – Rajat Mittal Apr 05 '19 at 11:22
-
@RajatMittal Thanks again, but that resource is also using `goo.gl` short URLs, which in short time will not work anymore. – Asyl Paitesh Apr 05 '19 at 11:52
-
That article was updated on 13 Feb'19. I don't know, what google is upto! – Rajat Mittal Apr 05 '19 at 11:55
1 Answers
1
Actually Firebase Dynamic Links would be a nice one solution for your situation.
You can make it runs following these instructions in this article from Medium, I have just implemented it in one of my Apps and it worked as expected.
I hope it helps you and everyone having the same issue.

GaelCodes
- 21
- 3