Firebase heartbeat node module is triggering unwanted console logs

78 views
Skip to first unread message

Trevor Dammon

unread,
Aug 29, 2024, 6:40:25 PMAug 29
to Firebase Google Group
I just added Google Analytics to an application which leverages firebase. I noticed that my console is flooded with these logs: `heartbeats -> []` after digging deeper I found a node module at:

- @firebase
-- app/src
--- heartbeatService.ts

Inside this file I find:

`console.log('heartbeats', this._heartbeatsCache?.heartbeats);`

How can I prevent these console logs from filling my app?

It looks like there is a log every time I call const analytics = getAnalytics()
Reply all
Reply to author
Forward
0 new messages