Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Realtime] Typed payload on Realtime messages #180

Closed
grdsdev opened this issue Dec 7, 2023 · 1 comment
Closed

[Realtime] Typed payload on Realtime messages #180

grdsdev opened this issue Dec 7, 2023 · 1 comment
Labels
enhancement New feature or request realtime Work related to realtime package

Comments

@grdsdev
Copy link
Collaborator

grdsdev commented Dec 7, 2023

Feature request

Is your feature request related to a problem? Please describe.

Realtime message provides the payload typed as [String: Any], the caller needs to manually parse that into a typed structure.

Describe the solution you'd like

A way of getting a typed payload from Message, something like the PostgrestResponse<T>.

@grdsdev grdsdev added enhancement New feature or request realtime Work related to realtime package labels Dec 7, 2023
@grdsdev grdsdev changed the title Typed payload on Realtime messages [Realtime] Typed payload on Realtime messages Dec 15, 2023
@grdsdev
Copy link
Collaborator Author

grdsdev commented Jan 27, 2024

Implemented in #214

@grdsdev grdsdev closed this as completed Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request realtime Work related to realtime package
Projects
None yet
Development

No branches or pull requests

1 participant