I am using firebase hosting and would like access to w3c style internet access logs for the traffic going to my domain. Is this possible?
Thanks.
I am using firebase hosting and would like access to w3c style internet access logs for the traffic going to my domain. Is this possible?
Thanks.
No.
Disclosure: I work for Firebase.
Firebase's Hosting is most often used for single-page applications that are built on top of Firebase's realtime database. In such applications, the number of times a static resource is retrieved is not a good indicator of the application's usage. Instead of that, most developers rely on the Firebase dashboard that shows the database usage over time, including the number of concurrent connections, data transfer and data storage.
I realize this is a few years old but what the hell... it's saturday. It looks like the preferred pattern would be to move all your API calls and anything else that's error prone into a Firebase function and add a handler there. You can view this log from your Firebase console...