Getstream location based feed?

197 Views Asked by At

I am try to implement location based feed in React Native app with getstream. For example user in New York only see only see feed post from other user in New York. If user in LA then user only see feed post from other user in LA.

So I am use geolocation. This possible with getstream?

1

There are 1 best solutions below

1
On

There are multiple ways to do it:

  • add a custom property to activities and read the feed and ignore unrelated
  • add activities to different feed, simply decide while writing. For example, if an activity should be seen by LA, then write it to LA feed
  • contact support for personalization (paid though)