flutter_background_geolocation_firebase icon indicating copy to clipboard operation
flutter_background_geolocation_firebase copied to clipboard

Firebase proxy for Flutter Background Geolocation SDK

Results 13 flutter_background_geolocation_firebase issues
Sort by recently updated
recently updated
newest added

**Flutter 3.3.10 • channel stable** * Plugin version:^1.0.1 * Platform: Android * OS version: Windows * Device manufacturer / model: Samsung * Flutter info ( * `Flutter 3.3.10 • channel...

README incorrectly had 5 "parts" specified as an example when it was supposed to have 4. Also, changed names from `123` to `user123` so its more obvious what each "part"...

**Is your feature request related to a problem? Please describe.** We are not using google-services.json setup instead we are using Flutterfire initialization from dart like below. firebase App1 = await...

Unable to call flutter pub get with background_geolocation_firebase: ^0.2.0 ``` The plugin `background_geolocation_firebase` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures,...

**Is your feature request related to a problem? Please describe.** There are currently instructions to set up in iOS at https://github.com/transistorsoft/flutter_background_geolocation_firebase/blob/master/help/INSTALL-IOS.md **Describe the solution you'd like** Please add the specific...

Chris, My app needs frequent location updates to perform its functions, but I only need less frequent location updates to Firebase. Would you consider adding a parameter such as: -...

enhancement

I have flutter_background_geolocation + background_geolocation_firebase correctly working (Android) with locations: My setup looks like this: BackgroundGeolocationFirebase.configure(BackgroundGeolocationFirebaseConfig( locationsCollection: "/vehicles/${_vehicle.id}/locations", geofencesCollection: "/routes/${_currentRoute.id}/geofences", updateSingleDocument: false )); Locations are working as expected creating a...

* Plugin version: 0.1.0 * Platform: Android I am getting this error: FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:preDebugBuild'. Android dependency 'androidx.core:core' has...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

IntelliJ IDEA * Plugin version: Latest (Used this) background_geolocation_firebase: git: url: https://github.com/transistorsoft/flutter_background_geolocation_firebase * Platform: Android * OS version: 9.0.0 Pie * Device manufacturer / model: Xiaomi MI-A1 * Flutter info...