mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
- Firebase emulator added
- Update to Espresso tests - Updated gradle dependencies for espresso Took 9 hours 56 minutes
This commit is contained in:
10
database.rules.json
Normal file
10
database.rules.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"rules": {
|
||||
"user": {
|
||||
".read": true,
|
||||
"$user_id": {
|
||||
".write": "$user_id === auth.uid"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user