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
On uploading a new profile image in the edit-profile page, the User's photo param is being stored as the device path to the image rather than the firebase storage path. This causes the app to crash when trying to load the image from a different device.
To Reproduce
Steps to reproduce the behavior:
Open the edit profile page
Upload a new profile picture from your phone storage and save changes
RSVP to an event that you made from a different device
On the organizer device, on trying to load up the "Signed Up" Users screen, the app should crash
The text was updated successfully, but these errors were encountered:
Describe the bug
photo
param is being stored as the device path to the image rather than the firebase storage path. This causes the app to crash when trying to load the image from a different device.To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: