madrojudi

Results 6 comments of madrojudi

@greenrobot-team The error occurs when the application is running in the background and FCM fires. Instead, I'm trying to update an existing data when a notification arrives. When I do...

@greenrobot-team I understood what you said. But it's not me who puts the `localId`. Looks more like Objectbox doesn't update all the time between differents FlutterEngine. I explain in more...

Unfortunately it doesn't always work for me. But I found an alternative that is currently working. 1. I check if DB is open with `Store.isOpen(path)`. If it is true, I...

> Unfortunately it doesn't always work for me. But I found an alternative that is currently working. > > 1. I check if DB is open with `Store.isOpen(path)`. If it...

Hello! @navaronbracke and @animedev1, please, can you tell me how you did it? This is my code to init my store ``` if(Store.isOpen(null)) { print("first attach"); _store = Store.attach(getObjectBoxModel(), null);...

Thank you @navaronbracke Unfortunately it doesn't always work for me. But I found an alternative that is currently working. 1. I check if DB is open with `Store.isOpen(path)`. If it...