David Fahlander
David Fahlander
I see. Seems as a vite bug then. Would it be a way forward if your fork of Dexie.js would have a step in its build process to copy dexie.min.js...
> I have the same problem in a pure ESM project, no frameworks or packaging involved. I just updated from 3.2.2 to 4.0.7, now I am getting > > >...
I would argue that a DI systems should work with a dedicated AsyncContext.Variable instead. A DI system will probably store its own mapping model within one AsyncContext.Variable. Snapshotting is only...
Dexie is designed for having a single connection open continously. Please read through [this page](https://dexie.org/docs/Tutorial/Understanding-the-basics) also in case it might clarify something.
The audience is the database id or database url. Maybe you have two different databases - one for prod and one for test? You need to send it to the...
Thanks for valid questions that I could assume more people would wonder... I'll do my best to explain here as a draft for doc update. I suppose more samples would...
One side note! This code only helps the app avoid to breaking the access control rules. The app can try to break those rules and succeed locally, but the real...
Roles is an observable of an object (I've just updated [these docs](https://dexie.org/cloud/docs/db.cloud.roles) that used to suggest it to be an array - thanks for helping me find this doc error),...
Roles can be assigned by realm owners or members that have the permission to {manage: "members"} or specifically to {update: {members: ["roles"]}}. They have this permission client side and this...
The clientId and secret is stored in your dexie-cloud.key file. You can also generate additional clients/secrets using the CLI. The default client has full access. Using it you can request...