| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Give phone number to restaurant, and receive SMS when there is table free.
I also used Zapier and Twilio to send E-Mail and SMS.
{
"rules": {
"emails": {
"$emailId": {
".read": "false",
".write": "auth != null"
}
},
"textMessages": {
"$textMessageId": {
".read": "false",
".write": "auth != null"
}
},
"users": {
"$userId": {
".read": "auth != null && auth.id == $userId",
".write": "auth != null && auth.id == $userId"
}
}
}
}Code was adapted from angularcourse.com
| Back | FazBrowse Home | New Git URL |