Tauri background actions #12725
Unanswered
raisfeld-ori
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to send notifications while the app isn't running.
I originally tried using an async background task (rust), and connected my app to firebase (for FCM). But both didn't work since the code stops working once the app isn't in the foreground tasks.
Is there any way to create a background task without manually writing it? And if not, is there a known solution for this issue?
Beta Was this translation helpful? Give feedback.
All reactions