Ionic 3 image uploading through camera as well as camera gallery
ploadPic() {
let that=this
let imagefile = this.base64Image.split(',')[1] //this gets rid of the "data:image/jpeg;base64," part of the file
let uploadTask = firebase
.storage()
.ref(this.uid)
.child("profile_pic")
.putString(im...
blog.junaidahmed.dev1 min read