myride details
Showing
| ... | ... | @@ -22,17 +22,22 @@ |
| "@angular/platform-browser": "5.2.11", | ||
| "@angular/platform-browser-dynamic": "5.2.11", | ||
| "@ionic-native/core": "4.7.0", | ||
| "@ionic-native/geolocation": "^4.8.0", | ||
| "@ionic-native/location-accuracy": "^4.8.0", | ||
| "@ionic-native/network": "^4.8.0", | ||
| "@ionic-native/onesignal": "^4.8.0", | ||
| "@ionic-native/splash-screen": "4.7.0", | ||
| "@ionic-native/status-bar": "4.7.0", | ||
| "@ionic/storage": "2.1.3", | ||
| "angularfire2": "^5.0.0-rc.11", | ||
| "cordova-plugin-geolocation": "^4.0.1", | ||
| "cordova-plugin-network-information": "^2.0.1", | ||
| "cordova-plugin-request-location-accuracy": "^2.2.3", | ||
| "firebase": "^5.1.0", | ||
| "ionic-angular": "3.9.2", | ||
| "ionicons": "3.0.0", | ||
| "onesignal-cordova-plugin": "^2.4.1", | ||
| "promise-polyfill": "^8.0.0", | ||
| "rxjs": "5.5.11", | ||
| "sw-toolbox": "3.6.0", | ||
| "zone.js": "0.8.26" | ||
| ... | ... | @@ -46,7 +51,10 @@ |
| "plugins": { | ||
| "cordova-plugin-network-information": {}, | ||
| "onesignal-cordova-plugin": {}, | ||
| "cordova-plugin-request-location-accuracy": {} | ||
| "cordova-plugin-request-location-accuracy": {}, | ||
| "cordova-plugin-geolocation": { | ||
| "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
| } | ||
| } | ||
| } | ||
| } |
src/providers/firebase.service.ts
0 → 100644
Please
register
or
sign in
to comment