Skip to content

Commit 8cd503c

Browse files
committed
fix(database): Add FirebaseDatabase to providers
1 parent 8f47735 commit 8cd503c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/angularfire2.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ export const COMMON_PROVIDERS: any[] = [
4646
useFactory: (url:string) => new Firebase(url),
4747
deps: [FirebaseUrl]}),
4848
FirebaseAuth,
49-
AngularFire
49+
AngularFire,
50+
FirebaseDatabase
5051
];
5152

5253
export const FIREBASE_PROVIDERS:any[] = [

0 commit comments

Comments
 (0)