David Fahlander

Results 557 comments of David Fahlander

Public realm can only be written to using the CLI or the REST api. It's not possible to give write-access to anyone in it. You'd need to create a custom...

Oh I see that the docs might be confusing in that sense - need to update it. The easiest way to put data in public realm is probably to do:...

I see the use case. It might be worth revisiting the requirement and allow database admins to inherit their full access control also when logging in to the app. I've...

You're right that in the zero-authentication case, there's no way to become a superuser. You'd need to do server-to-server call to the token endpoint, using a client ID and secret...

> Ah, this is what I'm doing - the server-to-server thing, with the server allowing just the super-user to do whatever I need with that level of access. I've made...

The returned observable actually never emits undefined - but Svelte's '$' operator will return undefined if the observable hasn't emitted any value yet. Svelte's documentation around this states that they...

These features are only not possible to use yet. It's just in the road map docs as an example of what will become possible.

Until 4.0 prod is here, what you need to implement is a smart paging within your app that can utilize indexes for sorting and, if using paging, keeping last key...

There shouldn't be any issues of this kind what I know of. If you'd have a chance to create a stand-alone reproduction of the issue, I'd be happy to debug...

It's hard to tell why the database was closed. It could be anything of the following reasons: * A user refreshed the page, forcing a close of the database *...