Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Rejection (Error): Reference.child failed: First argument was an invalid path = "bot.png". Paths must be non-empty strings and can't contain ".", "#", "$", "[", or "]" #59

Open
Benkevych opened this issue Feb 25, 2021 · 1 comment

Comments

@Benkevych
Copy link

Benkevych commented Feb 25, 2021

Getting this error when selecting image file

<FileUploader
    accept='image/*'
    name='image'
    storageRef={firebase.database().ref('images')}
    onUploadSuccess={this.handleUploadSuccess}
    onProgress={(p) => this.setState({ progress: p })}
 />
@flutterboi
Copy link

did you find a solution to this? having the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants