-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Is your feature request related to a problem? Please describe.
The Base Account SDK provides account data, but developers currently need to manually check for changes when account status updates occur. A real-time listener or hook would make this process easier and keep the UI in sync automatically.
Developers have to build their own logic to track changes like balance updates or network state changes. This adds unnecessary complexity and can lead to missing important updates or inconsistencies in the app state.
Describe the solution you'd like
Introduce a hook or event listener that provides automatic updates on account changes (e.g., balance, network) without needing manual polling. This would simplify the integration of account monitoring in applications
Describe alternatives you've considered
- A real-time listener or hook is available to track account status changes.
- The feature is easy to use and doesn’t add unnecessary complexity for developers.
- Documentation is updated with usage examples for integrating real-time account status updates.
Metadata
Metadata
Assignees
Labels
No labels