Running chat-sdk through our own backend #734
              
                Unanswered
              
          
                  
                    
                      hiashutoshsingh
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         hey @hiashutoshsingh that's a weird use-case, but I think you can do something similar to this 
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
My use case is that all the functionalities like sending and receive messages, channel fetching, channel creation, listening events etc. should be communicated from my backend and the backend will communicate to the get-stream server.
How can I achieve this?
I tried this 👇 but can't achieve it.
In
stream_chat_flutter_corepackage we haveStreamChatClientin which we pass streamApiKey and in this, we have an optionalchatApiparameter which I can't seems to override asStreamChatApiclass is not exposed, even if I import thestream_chatpackage separately.Beta Was this translation helpful? Give feedback.
All reactions