Hi when trying to upload an image to firebase storage I am using the firebase documentation however I am getting this error.
cannot find 'Storage' in scope
let storage = Storage.storage()
let storageReference = storage.reference()
Add next line to your pod file
pod 'Firebase/Storage'
then "pod install" and finally add
import FirebaseStorage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With