Let's say hypothetically a bad actor got into the network and deployed something to Firebase Functions, or someone's harddrive failed before they pushed code to a remote server. Is there any way to see what code is currently being run on a Firebase Function in these situations? Does Firebase provide a UI for this, or does the function store its image in a bucket that can be accessed somewhere?
I've been searching around the Firebase console and my Google Cloud project, but haven't found anything.