kfiross / flutter_mongodb_realm

Unofficial Flutter plugin for using MongoDB Realm services on Android, iOS and web.
Apache License 2.0
41 stars 17 forks source link

Capture updates in a specific collection while the app is in the background #36

Closed meridorkobi closed 3 years ago

meridorkobi commented 3 years ago

Is it working while app in background or not working?

kfiross commented 3 years ago

@meridorkobi I think it should work, why you asking?

meridorkobi commented 3 years ago

Hi kfir, I'm working directly to MongoDB atlas using mongo_dart. Planning to move to realm because

  1. Working while no network connection
  2. Catch update in specific collection while app on background

I would like to be sure it will work before the moving Thanks Kobi

On Sun, 6 Jun 2021 at 22:56 Kfir Matityahu @.***> wrote:

I think it should work, why you asking?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kfiross/flutter_mongodb_realm/issues/36#issuecomment-855453651, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARIYHPEQIDRV6KN3FVJ2Z6DTRPHE7ANCNFSM456KFZMA .

kfiross commented 3 years ago

Hi Kobi, I see now what you talked about. At the moment, the package implements very much of the MongoDB Realm's services - but the realm sync is not there yet, so the package is online-based

  1. You will have to create your own caching
  2. Working on the background should be on your responsibility, but you can execute observations on a collection
meridorkobi commented 3 years ago

Thanks for your clarification Kobi

On Mon, 7 Jun 2021 at 1:44 Kfir Matityahu @.***> wrote:

Hi kobi, I see now what you talked about. At the moment, the package implements very much the MongoDB Realm's services - but the realm sync is not. There, so the package is online-based

  1. You will have to create your own caching
  2. Working on the background should be on your responsibility, but you can execute observations on a collection

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/kfiross/flutter_mongodb_realm/issues/36#issuecomment-855474679, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARIYHPFGF446UZVJ3OUJNP3TRP24FANCNFSM456KFZMA .