Skip to content

Commit

Permalink
Adding links to codelabs for backend and map
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Jun 5, 2017
1 parent 0009f6c commit 0146b3e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,16 @@ The Android app that resides with each asset to be tracked.
Once configured, this app keeps its location synced with Firebase, and reports
on other metrics, such as battery life.

### `map`
### `backend`

The public web interface that displays schedule information and asset
locations.
The server-side component that manages the state of the Firebase database. For
a tutorial on this component, please see
[Transport Tracker Backend codelab](https://codelabs.developers.google.com/codelabs/transport-tracker-backend/)

### `backend`
### `map`

The server-side component that manages the state of the Firebase database.
The public web interface that displays schedule information and asset
locations. For a tutorial on this component, please see
[Transport Tracker Map codelab](https://codelabs.developers.google.com/codelabs/transport-tracker-map/)

*This is not an official Google product.*

0 comments on commit 0146b3e

Please sign in to comment.