angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Firebug

Open AdamTeodoro opened this issue 3 years ago • 1 comments

"firebase": "^8.2.2",

On save image in storage: My code:

import { AngularFireStorage } from '@angular/fire/storage';
constructor(
    private fireStorage: AngularFireStorage
) { }

saveIMG(img: File, imgPath: string) {
    return this.fireStorage.ref(imgPath)
    .put(img);
}

Error:

FirebaseError: Firebase Storage: An unknown error occurred, please check the error payload for server response. (storage/unknown)

AdamTeodoro avatar Jan 12 '22 20:01 AdamTeodoro

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Jan 12 '22 20:01 google-oss-bot