Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gunjankadu/burgerbuilder

An application built to order Delicious Burgers integrated with firebase
https://github.com/gunjankadu/burgerbuilder

Last synced: 5 days ago
JSON representation

An application built to order Delicious Burgers integrated with firebase

Awesome Lists containing this project

README

        

## Burger Builder

An application built to order Delicious Burgers integrated with firebase

## DEMO

https://burgerbuilder-752ae.firebaseapp.com

## FIREBASE RULES FOR QUERY AND AUTHENTICATION

{
"rules": {
"ingredients":{
".read": "true",
".write":"true"
},
"orders":{
".read": "auth!=null",
".write":"auth!=null",
".indexOn":["userId"]
}
}
}

## Technology Stack

React
Redux
React Router
Thunks
Hooks,
Firebase