You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the transition to V3 it would be great to update our example app to clearly display how to best integrator with our SDKs
Core key concepts
V3 is all installation based that means conversations and messages do not persist between conversations unless message history is enabled and used correctly
V3 is all local database driven that means new conversations and messages will not display unless sync is called or streaming is correctly performed
MVP
Show good proper client management for a random wallet (storing encryption keys and building clients)
Show correct usage of syncing
Show correct usage of streaming
Show simple listing of conversations and messages
Show simple creating conversations
Identity management showing useful and performant ways to display ENS names from inboxIds
Future nice to haves
Working push notifications example
Message content type management
Logging in with different wallets SCW, EOA, Passkey
Backups
Group management
The text was updated successfully, but these errors were encountered:
With the transition to V3 it would be great to update our example app to clearly display how to best integrator with our SDKs
Core key concepts
MVP
Future nice to haves
The text was updated successfully, but these errors were encountered: