You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Sanity on the client of an application, idk if that's suggested or bad.
However, the fileURL that is available as a property of Firebase-DAM has a token query parameter. I believe this query token parameter is used for firebase storage rules to authorize images. Therefore, when I allow read: if false in firebase storage, I still was able to view the image with the fileURL sent.
Could I have an option for excluding FileURL from the document, or could you guide me on where the "options" are so I could try to fix it (and submit a pull request if you would like).
The text was updated successfully, but these errors were encountered:
I have Sanity on the client of an application, idk if that's suggested or bad.
However, the fileURL that is available as a property of Firebase-DAM has a
token
query parameter. I believe this query token parameter is used for firebase storage rules to authorize images. Therefore, when Iallow read: if false
in firebase storage, I still was able to view the image with the fileURL sent.Could I have an option for excluding FileURL from the document, or could you guide me on where the "options" are so I could try to fix it (and submit a pull request if you would like).
The text was updated successfully, but these errors were encountered: