I keeps getting message error from firebase link saying 400 error with my firebase storage upload in my react project when trying to upload photo... everything were working
This is due to a missing permission. You need to check whether you have
firebase-storage@system.gserviceaccount.com
as a member with a "Storage Admin" role. If you don't have one, then add it. That would fix the issue.
Here's the step on how you can check and add permissions.
You can also add the missing permission in the IAM & Admin if you want.