DEV Community

Discussion on: @angular/fire/storage - Angular 11 Upload files to Firebase Storage Example

Collapse
 
francisrod01 profile image
Francis Rodrigues

I never save the full firebase storage URL in the database, because it generates an access token by access time. I prefer fetching it by Firestore getDownloadURL() method.

Collapse
 
crypt0graphic profile image
Crypt0Graphic

You can save. URL (with token) does not change unless you overwrite the file, as far as I know.