Hi, My app includes a log-in using firebase, it also has Airtable as a backend DB, i’m now trying to decide how to best implement authorization levels and user based content. For example:
- I would like users to be able to edit content they contributed to the site but only content they contributed
- users should be able to add/edit contact details for relatives which will get notifications based on actions.
Can someone point me in the direction of best practices for above?
Thank you!