BasileF / Full-Send-341

0 stars 0 forks source link

Fixed a bug so image url stored in database for posts is now a firebase link instead of localhost #80

Closed patrickgdbt closed 4 years ago

patrickgdbt commented 4 years ago

Simply changed it so the url being saved in the database was the DownloadURL instead of the DisplayURL. DisplayURL was a localhost blob that would be unable to load the image from other devices.

Linked to bug: #78