appy-one / acebase-server

A fast, low memory, transactional, index & query enabled NoSQL database server for node.js that easily syncs with browser and node.js clients and servers
MIT License
32 stars 14 forks source link

Authorization rules semantics #104

Open pkaminski opened 6 months ago

pkaminski commented 6 months ago

I'm trying to port an application from Firebase to AceBase and I'm having trouble migrating the authorization (security) rules:

If my understanding above is correct, then:

  1. Would it be possible for AceBase to support the Firebase semantics for data / newData, even if not using that exact syntax?
  2. If not, does AceBase at least guarantee that any paths accessed with value() won't be mutated until the operation is either applied or rejected?

Thanks.

(cc @fahhem)