Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store images added by users in Cloud Storage for Firebase #38

Closed
danieldanielecki opened this issue Aug 21, 2022 · 2 comments
Closed

Store images added by users in Cloud Storage for Firebase #38

danieldanielecki opened this issue Aug 21, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@danieldanielecki
Copy link
Contributor

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.

Docs: https://firebase.google.com/docs/storage

@danieldanielecki danieldanielecki added the bug Something isn't working label Sep 5, 2022
@danieldanielecki
Copy link
Contributor Author

@danieldanielecki
Copy link
Contributor Author

Fixed in 33e6a74, f08c981 & 85013c6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant