Spring Boot with Firebase Storage

Ikhiloya Imokhai
Analytics Vidhya
Published in
4 min readJul 22, 2020

--

Firebase provides a powerful, simple, and cost-effective object cloud storage service. Also, the Firebase SDK adds Google security to file uploads and downloads. The SDK can be used to store images, files, videos, and other user-generated content.

This article seeks to achieve the following:

  • Leverage Firebase storage to upload and download files in an existing spring boot server…

--

--