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

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

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).

![App Screenshot](https://raw.githubusercontent.com/smerth/smfb-firestore-web-codelab/master/screenshot.png)

## 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