I have git clone a React Firebase project. When launching the project, I get this error:
Server Error FirebaseError: Firebase Storage: No default bucket found. Did you set the 'storageBucket' property when initializing the app? (storage/no-default-bucket)
This error happened while generating the page. Any console logs will be displayed in the terminal window.
CodePudding user response:
Have you put your bucket URL on your app?
Reference: