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
The function should accept the image for the marker. It should be the actual image that the function will save on Firebase Storage. In the document on Firestore, we will save only the public link to the saved image.
The response will be an error if something goes wrong. Otherwise, the function will provide the updated venue object.
Add a DAL function in the Venue API.
The function will delete the file from Firebase Storage and update the venue object, setting the value for the marker to null.
The response will fire an error if something goes wrong.
The text was updated successfully, but these errors were encountered:
gregoriopalama
changed the title
BO35 - Create an endpoint to update or delete the map's marker's icon
BO35 - Create a DAL function to update or delete the map's marker's icon
Jul 25, 2024
Add a DAL function in the Venue API.
The function should accept the image for the marker. It should be the actual image that the function will save on Firebase Storage. In the document on Firestore, we will save only the public link to the saved image.
The response will be an error if something goes wrong. Otherwise, the function will provide the updated venue object.
Add a DAL function in the Venue API.
The function will delete the file from Firebase Storage and update the venue object, setting the value for the marker to null.
The response will fire an error if something goes wrong.
The text was updated successfully, but these errors were encountered: