Renova Century

Storage Diagnostics

This page provides a link to test the server's connection to Firebase Storage.

Test Storage Connection

Click the link below to run a live test. It will attempt to list one file from your default storage bucket.

Test Storage API Endpoint

What to Expect

If successful, you will see a JSON response with `ok: true`, the name of your bucket, and a sample file name (or null if the bucket is empty).

If it fails, you will see a JSON response with `ok: false` and an error message. The most common error is "storage/object-not-found" or a permissions error, which usually means you need to enable Firebase Storage in your Firebase Console.