Shorten Firebase Storage URL
P粉738676186
2023-09-05 18:48:30
<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>
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