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 this error
tried to call a non-function, such as null: 'dart.global.firebase.storage
for firestore and authentication I use :
import 'package:firebase/firebase.dart' as fb;
import 'package:firebase/firestore.dart';
fb.Auth _firebaseAuth = fb.auth();
Firestore _firestore =fb.firestore();
for Storage :
fb.Storage storage = fb.storage();