We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f025786 commit 5c5a41dCopy full SHA for 5c5a41d
src/storage/storage.ts
@@ -35,7 +35,7 @@ export class AngularFireStorage {
35
36
this.storage = zone.runOutsideAngular(() => {
37
const app = ɵfirebaseAppFactory(options, zone, nameOrConfig);
38
- if (!app.storage) { throw "You must import 'firebase/database' before using AngularFireDatabase" }
+ if (!app.storage) { throw "You must import 'firebase/storage' before using AngularFireDatabase" }
39
return app.storage(storageBucket || undefined);
40
});
41
}
0 commit comments