Firebase analytics how to get events stored data of users?

I am trying to get the records of the events stored from the application side to Firebase Analytics using Laravel or PHP. No data is showing in the Console but, approximately every 30 seconds, an event occurs.

Is Firebase Analytics a storage facility? Are Firebase Analytics and Firebase Database the same?

I've tried using the kreait/firebase-php library but did I cannot get data of events that stored at Firebase Analytics.


Solution 1:

Google Analytics for Firebase events are not directly accessible from the client-side (mobile app or from a web page).

However, you can access them via BigQuery from PHP (see comments below).