Hosted News feeds API that allows you to build scalable news feeds and activity streams
Questions tagged [getstream-io]
703 questions
0
votes
1 answer
Stream - Suspiciously large amount of feed updates
We are in the process of integrating Stream to power our notifications module.
When looking at the usage metrics in the dashboard, we see suspiciously large amount of feed updates:
As you can see we have around 9K feed updates per day.
Those daily…

Yaron Levi
- 12,535
- 16
- 69
- 118
0
votes
1 answer
Truncate feeds in getStream
I would like to limit the number of feed updates (records) in my GetStream app. I want to keep each feed at a constant length of 500 items.
I make heavy use of the 'to:' field, which results in a lot of feeds of different lengths. I want them all to…

Ken
- 53
- 7
0
votes
1 answer
Where to find STREAM_ANALYTICS_TOKEN for installing Winds?
I am trying to install Winds on my computer but there is one value for configuration that I can not find on dashboard but it says that is required for .env STREAM_ANALYTICS_TOKEN
in readme it says that this value is required but there is no clue…

Max
- 659
- 4
- 3
0
votes
1 answer
GetStream Laravel - Quick remove user's timeline
I need to have the ability on my app to "remove" a user's account. Basically, remove his posts, likes, articles etc. etc., What is the correct way of handling this in GetStream? Is there a feature so all his activities will no longer be seen by…

RayzorMamon
- 174
- 1
- 13
0
votes
1 answer
Separate tenant notification feeds
We are considering getstream.io for a B2B multi-tenant SaaS application's notifications feed.
Obviously, it should not be possible for users of a tenant to view and follow notifications and users of other tenants, respectively.
We need to take care…

Jürgen Faè
- 7
- 3
0
votes
0 answers
Very high latency with getstream.io
I am using the official low level node.js api(https://github.com/GetStream/stream-js).
Every get request delays between 800ms and 1300ms. even tough I am located in Argentina and using the free plan i know that is not normal. My app is in the region…

Pablo Marino
- 471
- 1
- 5
- 12
0
votes
1 answer
Can you send a notification via a different controller action besides the create action?
I'm trying to send a notification via a different action other than create. My Article model has a published boolean attribute/column, and currently I have it so it only sends a notification when an article is created AND published is true.
Here's…

PandyZhao
- 137
- 1
- 11
0
votes
1 answer
How to integrate getstream in laravel 5.3
How to integrate getstream.io in laravel 5.3. How to integrate it with laravel eloquent? Please provide me details documentation of it.
0
votes
0 answers
GetStream in React Native
I currently have a side project React Native app running everything through Firebase. I want to add a social feed. I've been able to use getstream in client mode by turning off the debugger, but after a day without the debugger I've realized that's…

Mark
- 1,374
- 11
- 12
0
votes
1 answer
Create an activity from an update to an already created object in Stream-Rails?
I am using the high-level stream-rails ROR client for Stream to create a notifications section on my web app, specifically for friend requests.
I understand that when an AR model instance of something like a FriendRequest model is created, it is…
0
votes
1 answer
I am a beginner with node.js and API's - would the below code send a notification from user1 to user2?
I am a beginner with node.js and API's, I followed the getstream.io tutorials and came up with the below code
Would the below code send a notification from user1 to user2?
And how do I confirm that this successfully happens?
var stream =…

Davidson Otobo
- 19
- 1
0
votes
1 answer
Missing token, in client side mode please provide a secret error, how do I solve this?
I am working on a client and I get the following error 'Missing token, in client side mode please provide a secret error'. Please view the below code:
var stream = require('getstream');
client = stream.connect('q3nwu4pbz222', null, '25553');…

Davidson Otobo
- 19
- 1
0
votes
1 answer
I am having issues instantiating a new client, how can I instantiate a new client?
My compiler returns errors saying I should pass in a key when I instantiate a new client, it says I should pass in a key when I instantiate a client.
I also get an error saying $token is not defined.
Please review the below code
var stream =…

Davidson Otobo
- 19
- 1
0
votes
1 answer
Object expected error on node.js
When I run the below code on node js I get warning 'no such file or directory, open 'C:\Users\username\package.json
npm install getstream --save

harleydave22
- 15
- 4
0
votes
0 answers
I cannot use the Stream API under google cloud endpoints java
I am trying to make a basic operation as described into the stream api documentation. However when i run my java cloud endpoint project on localhost i have the following error
Failed to retrieve API configs with status: 500
Caused…

John doe
- 3,680
- 7
- 31
- 65