0

I'm trying to log server-side events but I'm unable to use Firebase (Google) Analytics. I import functions and admin as follows:

import * as functions from 'firebase-functions';
import * as admin from 'firebase-admin';

but I cannot find anything similar to import firebase analytics, can anyone help?

marcolav
  • 405
  • 1
  • 6
  • 17

1 Answers1

0

I found this post answering that it's not possible: Frank van Puffelen's answer

Anyone correcting this answer is welcome!

marcolav
  • 405
  • 1
  • 6
  • 17