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 f94478d commit 398e4e2Copy full SHA for 398e4e2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angularfire2",
3
- "version": "4.0.0-rc1",
+ "version": "4.0.0-rc0",
4
"description": "",
5
"main": "bundles/angularfire2.umd.js",
6
"module": "index.js",
src/auth/auth.module.ts
import { NgModule, NgZone } from '@angular/core';
import * as firebase from 'firebase/app';
-import 'firebase/database';
+import 'firebase/auth';
import { FirebaseApp } from '../app/index';
import { AngularFireModule } from '../angularfire2';
import { AngularFireAuth } from './index';
0 commit comments