-
Updated
Jun 6, 2020 - HTML
#
getstream
Here are 10 public repositories matching this topic...
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
electron
react
redux
rss
machine-learning
express
react-native
podcast
create-react-app
rss-reader
personalization
activity-stream
feed
podcasts
electron-app
newsfeed
getstream
algolia-api
podcast-client
Stream Chat official react SDK
-
Updated
Jun 10, 2020 - JavaScript
ferhatelmas
commented
Feb 26, 2020
Due to the type system (mostly), these two feed type implementations have duplicated code. It should be reduced to one since notification feed wraps aggregated feed mainly.
Then also drop the ignore in lint configuration: https://github.com/GetStream/stream-go2/blob/master/.golangci.yml#L54
Configure & manage Stream applications from the command line. 🚀
-
Updated
May 20, 2020 - JavaScript
Slack clone using Expo, Stream and react-navigation
-
Updated
Apr 27, 2020 - JavaScript
javascript
angular
typescript
timeline
foundation
feed
news-feed
angular-cli
getstream
stream-js
notification-feed
-
Updated
Dec 28, 2017 - CSS
Improve this page
Add a description, image, and links to the getstream topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the getstream topic, visit your repo's landing page and select "manage topics."


When we create a user, we pass certain attributes about the user (say username).
Now, when we update the user, the intention is to add more attributes (or update existing ones) of the user. However, it appears that when we update the user, we need to pass all the attributes, and not just the ones that are new / need updates. That is, we need to pass the username again, even though it has not ch