Richard James Beanland
Richard James Beanland
**Optimistic Updates not happening** I am trying to run graphqlClient.mutate() and pass an optimistic result object. My understanding (from Apollo client knowledge) is that the [update] callback function should run...
Hi, Is there a way to be able to be able to receive real-time updates when a user marks all their notifications as seen / read? I am getting unseen...
**Describe the bug** I can create an activity with: ``` await _feed.addActivity(feed.Activity( actor: context.streamFeedClient.currentUser!.ref, verb: 'post', object: '${describeEnum(_selectedObjectType!)}:$_selectedObjectId', extraData: { 'caption': _captionController.text, 'tags': _tags.whereType().toList() })); ``` Where [_feed] is class...
Hi, Just starting to dig into this package as I build out some social features for my application. I can't see how to just check if there are one or...
Posted on request of siddhant via slack. Caused by having other processes running on port 5555 (see below) Closing all processes on Port 5555 clears up the issue but Studio...