transistorsoft / cordova-background-geolocation-firebase

Firebase Adapter for Cordova Background Geolocation
MIT License
7 stars 5 forks source link

Post locations to firebase without overriding HTTP services #13

Closed mrjoedang closed 4 years ago

mrjoedang commented 4 years ago

Is it possible to post locations to a different server via HTTP while simultaneously posting locations to firestore?

christocracy commented 4 years ago

No, that would consume too much battery. Use firebase functions to relay to your other server. It's easy.