We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8bdc1 commit 2c5f854Copy full SHA for 2c5f854
functions/node8/index.js
@@ -187,7 +187,7 @@ exports.helloAuth = (data, context) => {
187
};
188
// [END functions_firebase_auth_node8]
189
190
-// [START functions_firebase_analytics]
+// [START functions_firebase_analytics_node8]
191
/**
192
* Triggered by a Google Analytics for Firebase log event.
193
*
@@ -206,4 +206,4 @@ exports.helloAnalytics = (data, context) => {
206
console.log(`Device Model: ${userObj.deviceInfo.deviceModel}`);
207
console.log(`Location: ${userObj.geoInfo.city}, ${userObj.geoInfo.country}`);
208
209
-// [END functions_firebase_analytics]
+// [END functions_firebase_analytics_node8]
0 commit comments