WebUI-Project-Based-07-nr / BackEnd

MIT License
0 stars 0 forks source link

Firebase Storage #85

Closed CallMeMaverick closed 1 month ago

CallMeMaverick commented 1 month ago

Description

Implemented functionality for storing images in Firebase storage. You can log in to Firebase by using a shared gmail account we used for Mongo. The endpoint was tested using Postman and mocked users.

Please make sure that if you're testing locally, you must:

  1. Add a JSON file that you can find in Google Spreadsheets
  2. Update .env to include BUCKET_URL_FIREBASE
  3. Overcome authentication middleware by commenting out the implementation

Closes #84

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 70%)
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint