2

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!

Asyl Paitesh
  • 161
  • 2
  • 8

1 Answers1

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