'File Upload Firebase Storage Error in React Js


I'm new to React. I've created an Image uploader using FileUploader and Firebase. While I'm uploading an image, there is occurring an error.

FirebaseError: Firebase Storage: User does not have permission to access 'player/c6f82c8d-9045-47f4-88b1-4574901411a7.jpg'. (storage/unauthorized)

enter image description here Need Help to Resolve this issue.



Solution 1:[1]

Finally, I got the answer from one expert. Changed the false to true of read, write rules in my firebase User account. enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Naveen Sadasivan S