transistorsoft / react-native-background-geolocation-firebase

Firebase Adapter for React Native Background Geolocation
24 stars 4 forks source link

Question: multiple path #20

Closed jorge-uproar closed 4 years ago

jorge-uproar commented 4 years ago

I have an app that upload locations to different groups to which a user belong, is there a way to configure multiple paths?

For example a user upload locations to the next groups in realtime: /group-asd/members/member-1/location /group-123/members/member-1/location /group-qwe/members/member-1/location

Do I need a firebase function or is there a direct solution?

christocracy commented 4 years ago

You need to handle this at server / Firebase functions.