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

I got error when downloading the file from Firebase Storage #1

Open
fintecheand0 opened this issue Mar 28, 2018 · 2 comments
Open

I got error when downloading the file from Firebase Storage #1

fintecheand0 opened this issue Mar 28, 2018 · 2 comments

Comments

@fintecheand0
Copy link

When I try to get the file from Firebase Storage I got error about getting the file,

I have tried to change the rules of Firebase to public, but still I got errors:

service firebase.storage {
match /b/ID_PROJECT/o {
match /{allPaths=**} {
allow read, write;
}
}
}

@markmandel
Copy link
Owner

Sorry - I'm not quite sure what you are referencing here. Download how? What error do you get?

@erdemsword
Copy link

Is this version of the android java available?

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

3 participants