FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dkeza/waitandeat: Give phone number to restaurant, and receive SMS when there is table free. · GitHub

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wait and it

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.

My firebase security rules:

{
  "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

About

Give phone number to restaurant, and receive SMS when there is table free.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL