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

Firebase Storage images are not working #22

Open
Sampath-Lokuge opened this issue Feb 1, 2021 · 0 comments
Open

Firebase Storage images are not working #22

Sampath-Lokuge opened this issue Feb 1, 2021 · 0 comments

Comments

@Sampath-Lokuge
Copy link

Hi,

We're using your module on our Ionic app. But it is not working when an image is coming from Firebase Storage. Any clue?

Not working

<ci-img [src]="photoHandlerService?.userProfilePhotoChanged$ | async" #userProfilePhoto class="image-size" ratio="1"></ci-img>

Normal img tag and working fine:

<img [src]="photoHandlerService?.userProfilePhotoChanged$ | async" #userProfilePhoto class="image-size">

Sample Url format is like so (Note this is fake one. But the format is correct)

"https://firebasestorage.googleapis.com/v0/b/me.appspot.com/o/profile-photos%2Fn9foCFmwwwwwwJEuK9UbeAvnw7v1?alt=media&token=30aaaaa-5aaa-4aaa-8aaa-baaaaaa679e"

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

1 participant