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.
Update 2020-08-12 Firebase Hosting now let's you view, search, and filter your site's web request logs with Cloud Logging.
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.