Home > database >  I am no longer able to see logs and health tabs in firebase console - functions
I am no longer able to see logs and health tabs in firebase console - functions

Time:09-08

enter image description here

As shown in the attached picture the console & tabs are no longer there! How can I restore them?

CodePudding user response:

Those 2 tabs have been removed from Firebase console and a notice for the same was shown last month. You need to use the Google Cloud Functions console to view functions' logs and statistics.

enter image description here

  • Related