Skip to content

Commit

Permalink
Device logging (GoogleCloudPlatform#429)
Browse files Browse the repository at this point in the history
* initial commit of device logging tutorial

* add function comments in embed in md

* Break up section on log exploration

* tweaks after run-through in clean project

* dependency updates and style conformance

https://github.com/google/ts-style

* hopefully near final tweaks from 2nd clean run

* add period to description

* update license holder, clean up some comment cruft

* add missing use of env variable in cmd

* small typo fix

* typo in functions boilerplate

from
https://github.com/firebase/functions-samples/blob/master/typescript-getting-started/functions/tslint.json

* Voice and Style edits
  • Loading branch information
ptone authored and JimTravis committed May 23, 2018
1 parent 7d5901e commit cb3a0ba
Show file tree
Hide file tree
Showing 22 changed files with 5,257 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tutorials/cloud-iot-logging/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"functions": {
"predeploy": [
"npm --prefix $RESOURCE_DIR run lint",
"npm --prefix $RESOURCE_DIR run build"
]
},
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
Loading

0 comments on commit cb3a0ba

Please sign in to comment.