Firebase Storage Authorized Azure Spring App
An Phan
0
Reputation points
I have successfully deployed my Azure Spring Boot application to Azure, but I'm using Firebase Storage to store images. Locally, to use the Firebase Storage API, I need to download the serviceAccountKey.json
file and use the login
command with the Google Cloud CLI, and then I can use the API. Currently, I haven't been able to use the Firebase API on Azure, so please guide me on how to authenticate my Azure service with Firebase.
This is the error I use the api using FireBase Storage.
401 Unauthorized
Sign in to answer