Hi, I am using Firebase Storage for save images app.
My steps implement:
- Upload the file to Firebase Storage
- Observe for a successful upload
- Successful upload returns a public download URL
- Store this download URL to database
At time implement it working well. but then time image not show. I think because token expired and error:
{
"error": {
"code": 403,
"message": "Unauthorized request."
}
}
Am I missing a something?
Thanks.