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
Currently, after adding the pictures, the image is visible only to the user who has added this.
However, even for that user, after reloading of fetched events, it will show a no-image.jpeg image. It shouldn't be the case, but we don't save the image anywhere yet. The proposal is to use Cloud Storage for Firebase for storing an image and then map to that image in object for events created by users.
Currently, after adding the pictures, the image is visible only to the user who has added this.
However, even for that user, after reloading of fetched events, it will show a
no-image.jpeg
image. It shouldn't be the case, but we don't save the image anywhere yet. The proposal is to useCloud Storage for Firebase
for storing an image and then map to that image in object for events created by users.Docs: https://firebase.google.com/docs/storage
The text was updated successfully, but these errors were encountered: