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

Fallback to time-based polling on a degoogled phone #104

Open
3 tasks
Requinard opened this issue Aug 20, 2022 · 1 comment
Open
3 tasks

Fallback to time-based polling on a degoogled phone #104

Requinard opened this issue Aug 20, 2022 · 1 comment
Labels
feature New feature or request priority:low

Comments

@Requinard
Copy link
Collaborator

So it turns out the app actually works on a degoogled phone. Everything works EXCEPT for the FCM messages. As we cannot get this to work we should look into a fallback.

  • Detect a degoogled phone
  • Add time-based polling to the SyncManager. This will solve polling in the foreground
  • Find a way to also execute this in the background.
@lukashaertel
Copy link
Collaborator

https://docs.expo.dev/versions/latest/sdk/background-fetch/

This might help out, we need to check if we can schedule notifications on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request priority:low
Projects
None yet
Development

No branches or pull requests

2 participants