I am no longer able to see logs and health tabs in Firebase Cloud Functions consle

Viewed 239

enter image description here

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

2 Answers

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

Alternatively, you can log into the Firebase Console, go to the functions menu, and from the overflow icon displayed for each function, navigate to see its log (see the view logs option). It will save you some time.

enter image description here

enter image description here

Related