-
Notifications
You must be signed in to change notification settings - Fork 6
Firebase Storage images are not working #22
Copy link
Copy link
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels