zvihersh
zvihersh
try [this](https://github.com/arnesson/cordova-plugin-firebase/issues/1103#issuecomment-526790936) solution, it worked for me.
+1 i tried to add the (error) event by the [imgAttributes] attribure like this: `[imgAttributes]="[{element: (error), value: onError()}]"` but it didn't worked correctly
is there any progress with this? i have the same issue, i'm working with version 7.0.0-beta.2 and i haven't seen any option to set custom key for an image
i downgraded the plugin version to 1.1.11 and it worked ``` ionic cordova plugin rm com-sarriaroman-photoviewer ionic cordova plugin add [email protected] ```