I want to integrate getStream to enable chat and feed in my next mobile app (Android and iOS both). I am struggling with the best possible solution with this implementation. The first query here is the connection:
- The app should connect with getStream APIs to enable chat and feed
- The app should call our server (written in NodeJS) and the server will transfer the call to getStream.
In case 1, the dev team is facing issue such as not getting response in JSON format and with case 2, the dev team is not able to subscribe channels/events.
Is it possible to implement chat and feed having my own custom UI and not the one provided by getStream for mobile apps?
If possible then please share the link of the resources validating your answers.