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?