Skip to content

Commit 2c5f854

Browse files
author
Ace Nassri
authored
Update index.js (#774)
1 parent 0a8bdc1 commit 2c5f854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/node8/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ exports.helloAuth = (data, context) => {
187187
};
188188
// [END functions_firebase_auth_node8]
189189

190-
// [START functions_firebase_analytics]
190+
// [START functions_firebase_analytics_node8]
191191
/**
192192
* Triggered by a Google Analytics for Firebase log event.
193193
*
@@ -206,4 +206,4 @@ exports.helloAnalytics = (data, context) => {
206206
console.log(`Device Model: ${userObj.deviceInfo.deviceModel}`);
207207
console.log(`Location: ${userObj.geoInfo.city}, ${userObj.geoInfo.country}`);
208208
};
209-
// [END functions_firebase_analytics]
209+
// [END functions_firebase_analytics_node8]

0 commit comments

Comments
 (0)