You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used diagnostic plugin for the permission of external storage like this.
this.diagnostic.requestExternalStorageAuthorization().then(() => {
//User gave permission
}).catch(error => {
//Handle error
});
but still same error,
If someone has the issue like this, please help me.
Thanks.
The text was updated successfully, but these errors were encountered:
I have used ionic3-image-cache for cache image from firebase database.
But there is an issue when run the app on android, it gives me some errors.
I have used diagnostic plugin for the permission of external storage like this.
this.diagnostic.requestExternalStorageAuthorization().then(() => {
//User gave permission
}).catch(error => {
//Handle error
});
but still same error,
If someone has the issue like this, please help me.
Thanks.
The text was updated successfully, but these errors were encountered: