Im using Firebase plugin for web and managed to work with firestore and authentication. Now, Im trying to enable firebase storage but when i instanciate Storage gives me thi
Solved!
In index.html add the latest version of firebase storage:
In yourClass.dart :
import 'package:firebase/firebase.dart' as fb; fb.StorageReference _ref = fb.storage().ref('images');