Hi - I've been diving into Firebase and loving every bit of it.
I got an app running with hosting, database and storage all purring. Now that I'm ready to put it behind the custom domain, I'm running into a specific problem with storage.
I'd love them to be served behind the custom domain that I've already associated with Firebase hosting. I'd even settle for a sub domain, as long as it's on brand.
As far as I can tell from the documentation, Google Cloud Storage (the system behind Firebase Storage) only allows CNAME masking if the bucket is named something like "
sub.domain.com" where you have verified that you own
domain.com.
I've set up a bucket like this, but I can't seem to get firebase to look at any storage bucket other than the "
app-name.appspot.com" bucket it initially created.
I've tried many things like:
Any tips or advice would be greatly appreciated.