Skip to main content

All Questions

0 votes
0 answers
53 views

Can i emulate my cloud function triggered by firebase analytics event in Firebase Emulate Suite?

When app was uninstalled, i want to collect user information (such as 'user_id') by listen 'app_remove' event. The codes of cloud function are as follows. const {logger} = require("firebase-...
breeze's user avatar
  • 53
1 vote
1 answer
537 views

Delete firebase analytics events

Is there any way or some kind of "hack" to immediately delete events logged in to my firebase or google analytics project? I heard that it is possible to create some kind of cloud function ...
user3016214's user avatar
1 vote
1 answer
251 views

Export firebase analytics into a desktop application

I have an android app connected to firebase. What I need to do is... I need to export every real time data (eg number of users, number of users connected, etc) into another app (desktop app). What's ...
Jonathan's user avatar
  • 233
0 votes
1 answer
190 views

How to get firebase UID in cloud function when user uninstalls the app?

I want to detect app uninstall events through the firebase analytic trigger function. Firebase function is shown below exports.appUninstall = functions.analytics.event('app_remove').onLog(event =&...
Bhaskar Jyoti Dutta's user avatar
1 vote
0 answers
19 views

How to log Firebase Analytics event via Cloud Function? [duplicate]

I need log some Firebase Analytic event by Node.js Cloud Function (for example user purchase). How I can do this with API? Puf say it now possible: https://stackoverflow.com/a/46283769 But this only ...
FlutterFirebase's user avatar
1 vote
1 answer
105 views

Firebase Analytics: Manually return a user's audiences

I want to write a firebase cloud function that returns a value based on the analytics audiences the user belongs to. To that end I need a way, either on the front end or the backend, to manually ...
Alec Barton's user avatar
0 votes
0 answers
255 views

capture the details of 'dynamic_link_app_open' log event in firebase nodejs cloud function

I am using the firebase cloud function in nodejs to intercept the 'dynamic_link_app_open' log event which is generated on-click of dynamic link in the app. I don't see the required details being ...
Manjunath's user avatar
  • 814
0 votes
1 answer
327 views

Getting programmatic access to Firebase Analytics trending events

I have a mobile app which plays audio tracks. It uses Firebase Analytics to record events such as 'track names' played. Within the Firebase 'StreamView' one can access trending events and see which ...
Michael J's user avatar
  • 825
0 votes
2 answers
619 views

Add Custom user Property through firebase function

Currently in our realtime database, we have a planDetails node for each uid that has fields like startDate, endDate, planType. I want to track the number of users whose premium plan is active. I am ...
nsrCodes's user avatar
  • 1,007
0 votes
1 answer
30 views

Logging Analytics events from functions

We have three mobile apps that connect to our firebase instance: a client facing app, and two admin/employee facing apps. We log a variety of events in each, but we have several categories of events ...
regretoverflow's user avatar
0 votes
1 answer
478 views

Use firebase cloud functions to log firebase analytics event [duplicate]

I use firebase infrastructure as backend to process my in-app-purchases... as i have many gateways and accept offline payments i cannot rely only on google-billing to log the purchase events. I would ...
Rafael Lima's user avatar
  • 3,366
0 votes
1 answer
62 views

Is there any parameter/attribute can differentiate the first_open from iOS and Android by using firebase cloud function?

I have two apps, one is iOS and the other is Android. They are all using the firebase service, wondering for the event first_open, how to tell they are from iOS or Android by firebase cloud function ...
Ben's user avatar
  • 985
3 votes
1 answer
1k views

Can't log an analytics event on Firebase Cloud Function [duplicate]

I want to add analytics events when the user make a post on the app on Firebase Cloud Function. The error: TypeError: functions.analytics.logEvent is not a function The code: const functions = ...
k10a's user avatar
  • 1,037
0 votes
1 answer
102 views

running an analytic cloud functions locally and storing analytic event into a firestore collection?

I have a question regarding running an analytic cloud function and function is quite simple whenever any signup happens then it triggers and that event is stored in a collection I am using firebase ...
buddha gandhi's user avatar
0 votes
1 answer
678 views

Can I log a custom event to Firebase Analytics from a Cloud Function? [duplicate]

I have a Google Assistant action with Firebase fulfilment via Cloud Function. I would like to also log custom events to the projects Analytics instance. Is it possible to do this? Do I need to use the ...
Lee Probert's user avatar
  • 10.7k

15 30 50 per page