Please select which package this feature is related to
stream_chat
Which platforms would this feature impact?
No response
Is your feature request related to a problem?
I know this doesn't belong here, but don't know where to submit it either.
Since Firebase Cloud Functions will soon be supporting dart natively as a runtime, I'm planning to migrate my current Node.js/Typescript backend to Dart. Hence, an equivalent to @stream-io/node-sdk is required for a proper complete migration.
Describe the solution that you'd like
A one-to-one equivalent SDK of @stream-io/node-sdk in dart to handle all stream.io related operations from server-side.
Describe alternatives that you have considered
No response
Additional context
I use @stream-io/node-sdk on the backend to generate call tokens and create, update and end audio_room's using api key and api secret
Code of Conduct
Please select which package this feature is related to
stream_chat
Which platforms would this feature impact?
No response
Is your feature request related to a problem?
I know this doesn't belong here, but don't know where to submit it either.
Since Firebase Cloud Functions will soon be supporting dart natively as a runtime, I'm planning to migrate my current Node.js/Typescript backend to Dart. Hence, an equivalent to
@stream-io/node-sdkis required for a proper complete migration.Describe the solution that you'd like
A one-to-one equivalent SDK of
@stream-io/node-sdkin dart to handle all stream.io related operations from server-side.Describe alternatives that you have considered
No response
Additional context
I use
@stream-io/node-sdkon the backend to generate call tokens and create, update and endaudio_room's using api key and api secretCode of Conduct