0

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 Firebase Admin framework so it has automatic access to the Analytics instance?

Frank van Puffelen
  • 499,950
  • 69
  • 739
  • 734
Lee Probert
  • 8,903
  • 8
  • 38
  • 59

1 Answers1

3

It's not possible to log analytics events from backend code. They can only be logged directly from the web or mobile app itself using the provided client SDK.

Doug Stevenson
  • 268,359
  • 30
  • 341
  • 380