June 2018
Beginner to intermediate
394 pages
9h 2m
English
Analytics give a strategic understanding of how users are using the application. Cloud functions have access to conversion events that we log. Using these conversion events, we can trigger a function to perform an action.
When a user's conversion event occurs, we can use the AnalyticsEvent class to perform an action, such as sending a notification:
exports.sendCouponOnPurchase = functions ...
Read now
Unlock full access