firebase / friendlyeats-web

Apache License 2.0
493 stars 412 forks source link

Wrong usage document in firestore section #81

Closed isamu closed 5 years ago

isamu commented 5 years ago

In https://codelabs.developers.google.com/codelabs/firestore-web/index.html#1 You wrote

The app uses Cloud Firestore to save the chat messages and receive new chat messages.

But this sample app is not chat app. For example,

The app uses Cloud Firestore to save restaurant info and receive updated restaurant's rating.

jhuleatt commented 5 years ago

Thanks @isamu! I've updated the codelab to say this:

The app uses Cloud Firestore to save and receive restaurant information and ratings.