mirror of
https://github.com/tappollo/booster.git
synced 2026-06-17 08:59:39 +08:00
* fix: test * chore: wip add chat * chore: add basic chat * chore: update lock files * chore: add android signing * chore: only sign release build * chore: fix react-native-progress-display * fix: only support 21 and up * chore: update fix on react-native-progress-display * chore: add database * fix: build * chore: attemp on fix google sign in * fix: google login * chore: add appcenter * feat: switch to appcenter * fix: typo * chore: add group
23 lines
397 B
JSON
23 lines
397 B
JSON
{
|
|
"rules": {
|
|
"userStatus": {
|
|
"$uid": {
|
|
".write": "$uid === auth.uid",
|
|
".read": true
|
|
}
|
|
},
|
|
"conversationCounts": {
|
|
"$uid": {
|
|
".write": "$uid === auth.uid",
|
|
".read": "$uid === auth.uid"
|
|
}
|
|
},
|
|
"myUnreadCount": {
|
|
"$uid": {
|
|
".write": "$uid === auth.uid",
|
|
".read": "$uid === auth.uid"
|
|
}
|
|
}
|
|
}
|
|
}
|