implement full audit trail for firebase use -


how go implementing full audit trail users interacting firebase database?

i need comply guidelines medical records i.e. reference identity of user, authorizations schema, action (c/r/u/d), subject of action.

based on feedback far options logging client or setting service listens changes.

however client can tampered , service listening changes miss reads.

ideally use .write , .read rules because there have auth token payload , ruledatasnapshots. far can gather can return boolean , not perform database interactions in rules file.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -