I am trying to find out if getDownloadUrl
on Firebase storage / Google Cloud Storage (a method to get the public URL for a file on the storage) is a paid operation. Even after reading through the documentation, I'm not sure if it is a free operation or a Class B operation.
So can anyone tell me: Is fetchinig the URL for a file on the storage via getDownloadUrl
a paid operation?