question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Usage with Firebase Storage

See original GitHub issue

When trying to use this with images stored in Firebase Storage I am getting this returned:

{
  "error": {
    "code": 403,
    "message": "Permission denied. Could not perform this operation"
  }
}

Though, if I access the url directly that is indeed what I am getting. Asking if there is a possibility to use this plugin with images that keep a session?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
uzumakinaruto123commented, Dec 1, 2016

@ihadeed Sorry for confusing :p Actually , I was getting that error in console. I just thought it would be helpfull to mention. Actual url was the later one. After using useImg as you mentioned on other issue , error does not appear anymore. @dmastag seems to have permission issues on firebase side. Thanks and wlc.

0reactions
ihadeedcommented, Dec 1, 2016

@uzumakinaruto123 I’m confused here. The error message indicates that that app tried fetching the URL file:///android_asset/www/taken but you’re saying the image url was file:///data/user/0/com.ionic.test/cache/ioniccache/63212651.

Can you provide me with steps to reproduce this issue? Maybe create a new issue if it’s not related to the Firebase problem that @dmastag is having.

Also, thanks for pointing the other 2 issues out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cloud Storage for Firebase - Google
Cloud Storage for Firebase stores your files in a Google Cloud Storage bucket, making them accessible through both Firebase and Google Cloud. This...
Read more >
How to use Firebase Storage? - Stack Overflow
Yes, you can both store and retrieve the data in the storage bucket. You can easily get the URL (public or private, your...
Read more >
Firebase Storage: What It Is and How It Works
When using Google Firebase Storage, you can access files through references, easily upload files, and also monitor progress with tasks. You can also...
Read more >
5 tips for Firebase Storage
iOS and Android apps can either store the file in memory or on disk, or use URLs to work with popular image caching...
Read more >
Use Firebase Storage Without Using Firebase Authentication
Firebase Storage is basically a powerful and simple object storage, in which you can store your files easily. How you can see this,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found