Background Location Save
This plugin is used to store users geo location to a data store when an ionic app is running in the background.
Data store can be a backend API, firebase or for frontend use it as a location watcher
Supported up to Android Oreo(8.1.0) and iOS 11.4.1.
Installation
```
$ ionic cordova plugin add cordova-plugin-bg-location-sender --save
$ npm install --save bg-location-sender
```
[Usage Documentation]
Plugin Repo: https://github.com/Biz4Solutions/cordova-plugin-bg-location-sender
Supported Cordova Versions
- cordova: `>= 6`
- cordova-android: `>= 6.3`
- cordova-ios: `>= 4`