Home  >  Q&A  >  body text

Shorten Firebase Storage URL

<p>I was just wondering if there is a way to shorten Firebase Storage URLs using dynamic links (or redirects). </p> <p>For example, the Firebase Storage URL is <code>firebasestorage.googleapis.com/v0/b/example.appspot.com/o/</code>, can it be shortened to <code>example. page.link/cdn/</code>.</p> <p>For example, I would still like to be able to access different resources from the bucket instead of <code>firebasestorage.googleapis.com/v0/b/example.appspot.com/o/example.png</code > , it will be <code>example.page.link/cdn/example.png</code>. </p> <p>Or for a folder, <code>example.page.link/cdn/folder/example.png</code> instead of <code>firebasestorage.googleapis.com/v0/b/example.appspot.com/o/folder/example.png</code>. </p> <p>Is this possible and if so how can I do it (I'm very new to this stuff so explain it like you're talking to someone with only one brain cell). </p> <p>Thank you for your help in advance</p> <p>Shorten <code>firebasestorage.googleapis.com/v0/b/example.appspot.com/o/</code> to <code>example.page.link/cdn/</code> ;</p>
P粉738676186P粉738676186431 days ago511

reply all(1)I'll reply

  • P粉763748806

    P粉7637488062023-09-06 09:28:32

    You can use Dynamic Links for Firebase to get shortened links to your app, and there are extensions provided by the Firebase team that can make shortened links that you may just want to use # directly. ##bitly

    reply
    0
  • Cancelreply