Skip to content

Commit c33a846

Browse files
authored
Merge pull request #235 from samtstern/master
Update Analytics README
2 parents 8735ce0 + 483ca0d commit c33a846

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

analytics/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@ Getting Started
1414

1515
Result
1616
-----------
17+
After running the app you should see a screen like this:
18+
1719
<img src="app/src/screen.png" height="534" width="300"/>
1820

21+
The first time you run the app you will be asked what your
22+
favorite food is. This choice will be logged to Firebase
23+
Analytics as a [User Property][user-props].
24+
25+
As you swipe between tabs in the app, `SELECT_CONTENT` events
26+
are logged to Firebase Analytics. You can see these events in
27+
real time using [Debug View][debug-view].
28+
1929
Support
2030
-------
2131

@@ -41,3 +51,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
4151
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
4252
License for the specific language governing permissions and limitations under
4353
the License.
54+
55+
[user-props]: https://firebase.google.com/docs/analytics/android/properties
56+
[debug-view]: https://firebase.google.com/docs/analytics/debugview

0 commit comments

Comments
 (0)