Objects
NascentError
NascentException
NascentPermissions
NascentTableColumn
NascentTableRefineOptions
NascentUser
NascentWarning
Types
NascentPermissionSet
NascentSerializationMap
NascentTableContentDelegate
NascentTableItemQuery
UI
NascentPermissionsPanel
NascentTable
Utilities
NascentProcessor
NascentTableController
NascentUserManager
Firebase
NascentFirestoreMappedReference
NascentFirestoreObject

TYPE

NascentPermissionSet

Map containing explicit user permissions for a database object.

Overview

Each key contained in the map represents a different type of permission

KeyNameDescription
rReadView all data on stored in the record.
wWriteUpdate data on stored in the record.
cCreateCreate a new record.
This only applies to records with a subcollection of records and will allow creation of new child records.
dDeleteDelete the record.
pWrite PermissionsModify other user's permissions for the record.
aAdminPermits access to all other permissions.

Definition

Map<String, Boolean>