feat(firebase): add firebase plugin (#914)

closes #608
This commit is contained in:
Ibby Hadeed
2017-01-20 16:02:33 -05:00
committed by GitHub
parent 0ec46b03b5
commit 8e98481609
2 changed files with 196 additions and 0 deletions
+3
View File
@@ -46,6 +46,7 @@ import { FileChooser } from './plugins/file-chooser';
import { FileOpener } from './plugins/file-opener';
import { FilePath } from './plugins/filepath';
import { Transfer } from './plugins/filetransfer';
import { Firebase } from './plugins/firebase';
import { Flashlight } from './plugins/flashlight';
import { Geofence } from './plugins/geofence';
import { Geolocation } from './plugins/geolocation';
@@ -156,6 +157,7 @@ export * from './plugins/file';
export * from './plugins/file-chooser';
export * from './plugins/file-opener';
export * from './plugins/filetransfer';
export * from './plugins/firebase';
export * from './plugins/filepath';
export * from './plugins/flashlight';
export * from './plugins/geofence';
@@ -270,6 +272,7 @@ window['IonicNative'] = {
FileOpener,
FilePath,
Flashlight,
Firebase,
Geofence,
Geolocation,
Globalization,