- Approver for documents as Admin (#19)

- Approver for documents as Admin
 - UI tests for document approving
 - update config.yml
 - update android test suite
 - idling resources added for toast
 - toast methods refactored
 - tests for approving updated
This commit is contained in:
2023-06-20 09:12:47 +01:00
committed by GitHub
parent 786761f67c
commit 600f82d2a1
45 changed files with 715 additions and 189 deletions

View File

@@ -1,10 +1,6 @@
{
"rules": {
"user": {
".read": true,
"$user_id": {
".write": "$user_id === auth.uid"
}
}
".read": true,
".write": true
}
}