© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ravi Pandit
exports.appRemoved = functions.analytics.event('app_remove').onLog((event) => { console.log("app removed!") }); is not working. All of "Events" are not working in my case. Please help!
exports.appRemoved = functions.analytics.event('app_remove').onLog((event) => { console.log("app removed!") });