Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [getstream-chat]

The tag has no usage guidance.

getstream-chat
1 vote
1 answer
21 views

How to delete getStream users efficiently

I've more than 1000 test users in both our database and getStream. Now the problem is when clean up test user, I'm able to delete 1000 users using query for our database but for stream i got stumbled. ...
Yuri's user avatar
  • 45
0 votes
0 answers
24 views

Stream Chat: IOS: Why does the user avatar disappear when I close the app?

I have mobile and web app with stream chat. I call connectUser method on mobile and pass userInfo with imageURL. The user avatar starts showing up on the web, but as soon as I close the mobile app or ...
Oleksii Ishchenko's user avatar
0 votes
0 answers
35 views

Stream Chat implementation in NextJS and using Auth0 for user login

I am trying to set up a chat system within my application and planning to use the stream-chat sdk. I was following some examples and some how not able to get it through. This is my page "use ...
Vivian Lobo's user avatar
1 vote
0 answers
26 views

Why is the "invisible" field null in GetStream.io dashboard despite setting it to false when querying users?

I'm encountering an issue with GetStream.io while querying users. Despite explicitly setting the "invisible" field to false in the user object during the query, the field remains null in the ...
Xynapz1 Test's user avatar
0 votes
0 answers
39 views

Firebase cloud function to respond within 3 seconds but continue running

I have a Streamchat webhook that triggers a Firebase Cloud Function everytime a chat is sent. The webhook expects a response within 3 seconds but my logic takes longer than that to run. How can I make ...
Victor's user avatar
  • 285
0 votes
0 answers
16 views

getStreamUserToken cloud function error 'Function must be called while authenticated', though user IS authenticated?

I'm using React Native CLI with Firebase for auth and have installed the stream chat extension, I think correctly. When I call the cloud function getStreamUserToken it just gives me the error 'The ...
nate's user avatar
  • 1
0 votes
0 answers
23 views

Two user are not connecting through channel

In my code, two users are not able to connect in a channel together, and an error is occurring: "StreamChatNetworkError(code: 1000, message: Unauthorised, token not defined)".I think my ...
Ahmed's user avatar
  • 1
0 votes
0 answers
8 views

chats to be open for 24 hours before disappearing if the other side doesn't answer

Does your solution allow by default or easily configured the chats to be open for 24 hours before disappearing if the other side doesn't answer? I haven't had a try, but I want to know the posibility ...
Pablo's user avatar
  • 1
0 votes
0 answers
15 views

React Native: Getstream SDK's ChannelList component re-render programmatically

Is there any way to trigger refetch on Getstream's ChannelList component? I tried to store the sort and filter in useState and tried to reset them on focus. But it did not re-render inner FlatList of ...
Prithick Samui's user avatar
0 votes
2 answers
308 views

Error while trying to look at the StreamChat example

This is the flutter error i get when trying to run the stream chat flutter example All dependencies are fully updated and flutter is fully up to date Get java version from JAVA_HOME: C:\Program Files\...
alexdicko's user avatar
0 votes
0 answers
75 views

How can I make a simple 2 user chat messenger in python using GetStream.io and Flask?

I am very new to getstream and flask, and I asked AI to help me with code, but its database is old, so code is not working. The error message is here: AttributeError: 'StreamChat' object has no ...
Emil Coder's user avatar
0 votes
0 answers
155 views

Does stream-chat-react's MessageSimple Component Indicate Edited Messages?

"stream-chat-react": "^10.8.8" Description I am currently using the stream-chat-react library to integrate chat functionalities into my application. My application utilizes the ...
Mahijendra's user avatar
0 votes
0 answers
242 views

Error: userToken does not have a user_id or is not matching with user.id

I'm getting this error Error: userToken does not have a user_id or is not matching with user.id Here's my code: onMounted(async () =\> { try { const data = await $fetch(`${config.public.apiBase}/...
David Canonigo's user avatar
0 votes
0 answers
59 views

Does getstream.io support multiple groups with multiple channels per group

Does GetStream.io support the following use case: The app needs to support groups of users. Users can be members of one or more groups. Groups can be public or private. Users can be invited to private ...
iacomus's user avatar
  • 45
0 votes
0 answers
108 views

Is there a way to group push notifications for different channels on getStream io

Hi there problem solvers :) I am using firebase as a push notification provider, I am trying to group push notifications for different channels and it is not working, I don't know if its the problem ...
Endrit Bajrami's user avatar

15 30 50 per page
1
2 3 4 5