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
  • 565,676
  • 79
  • 828
  • 807
Lee Probert
  • 10,308
  • 8
  • 43
  • 70

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
  • 297,357
  • 32
  • 422
  • 441