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

RealmProvider fallback property should include progress notifications #5459

Closed
takameyer opened this issue Feb 20, 2023 · 1 comment · Fixed by #6801
Closed

RealmProvider fallback property should include progress notifications #5459

takameyer opened this issue Feb 20, 2023 · 1 comment · Fixed by #6801

Comments

@takameyer
Copy link
Contributor

Problem

Currently, there is no clear way to include display progress notifications when opening a synced Realm.

We already have complaints about this (see issue #5144).

Solution

The best solution would be for the fallback component rendered by the RealmProvider to include properties for the progress notification and re-render when this changes. This would allow more context into the fallback in order to determine that progress is being made in opening the realm.

const RealmFallback = ({transferred, transferable}) => {...}

Alternatives

No response

How important is this improvement for you?

Would be a major improvement

Feature would mainly be used with

Atlas Device Sync

@BubbleTrouble14
Copy link

Hi there. Any news on this topic ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants