我的构造函数,
constructor(private storage: AngularFireStorage, public service: LecturersService, private firestore: AngularFirestore, private toastr: ToastrService) {
}
我上传图片的依据
this.storage.upload('lecturer-list',this.selectedFile);
然后我得到
zone-evergreen.js:2952 POST https://firebasestorage.googleapis.com/v0/b/gdis-9f4df.appspot.com/o?name=lecturer-list 403
我该如何解决?
我们必须设置权限,