https://github.com/smerth/smfb-firestore-web-codelab
Google codelab restaurant listing
https://github.com/smerth/smfb-firestore-web-codelab
codelab firebase firestore node-js
Last synced: about 1 month ago
JSON representation
Google codelab restaurant listing
- Host: GitHub
- URL: https://github.com/smerth/smfb-firestore-web-codelab
- Owner: smerth
- License: apache-2.0
- Created: 2018-08-27T17:38:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T20:50:46.000Z (over 7 years ago)
- Last Synced: 2025-01-15T07:58:43.613Z (over 1 year ago)
- Topics: codelab, firebase, firestore, node-js
- Language: JavaScript
- Homepage:
- Size: 2.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FriendlyEats (Web)
This is the completed project from the google codelab: [Firestore Web](https://codelabs.developers.google.com/codelabs/firestore-web/#0).

## Overview
In this codelab you will build a Firestore-backed restaurant recommendation Web app (Friendlyeats-Web app). You will learn how to:
- Read and write data to Firestore from a Web app
- Listen to changes in Firestore data in realtime
- Use Firebase Authentication and security rules to secure Firestore data
- Write complex Firestore queries
- This project is [Hosted in Firebase](https://smfb-firestore-web-codelab.firebaseapp.com/)
- See the docs folder for the Codelab notes