getstream-io Questions
1
Why do you have to prepending SU: to actor ID in a getstream-io feed update?
data = {'actor' : 'SU:ronald',
'message': 'hello',
'object' : 'object',
'verb' : 'post'
}
Without SU: I get the e...
Gravante asked 29/7, 2020 at 0:8
2
I am getting this issue while running a performance test.
The suggestions is to run it in incognito, but I am running it in incognito and still getting this issue.
It is still running the test and ...
Dextrocular asked 23/4, 2021 at 21:55
0
I followed the following GetStreamIO, react documentation to implement push notifications for an Ionic mobile app. As a start, I was trying this for IOS via APN.
https://getstream.io/chat/docs/reac...
Bruxelles asked 10/5, 2021 at 20:3
2
I've created a feed reference and fetched the followers like so:
var admin = client.feed('user', 'admin');
const res = await admin.followers();
But the returned result contains paginated data.
H...
Connoisseur asked 17/1, 2018 at 19:4
1
Solved
I'm trying to use Stream with Angular 7, however I am getting the following error.
ReferenceError: global is not defined
ReferenceError: global is not defined
at Object../node_modules/faye/src...
Twinflower asked 15/1, 2019 at 15:28
1
Solved
In our project we are using
com.octo.android.robospice:robospice-retrofit:1.4.14 , Which require okhttp: 1.6.0
And getstream java client
io.getstream.client:stream-repo-okhttp:1.2.2', Which requi...
Peterkin asked 12/5, 2017 at 13:8
1
The manual specifies that uniqueness is based on foreign_id and time fields.
I have an activity where a user joins a specific event. The event has its own start date which I want to display in the...
Embodiment asked 16/9, 2016 at 12:23
1
Solved
A simple feature on Facebook is to show posts from your friends, but also posts that your friends shared. In the case of shared posts, it's titled as "Kelly and 4 others" shared XYZ post. In additi...
Shackleton asked 12/8, 2016 at 17:23
1
I want to create functionality similar to hashtags on Twitter with the Getstream.io API. Users will post messages to their own flat feeds with certain hashtags. Then I want to be able to filter all...
Decker asked 18/3, 2016 at 6:48
1
© 2022 - 2024 — McMap. All rights reserved.