I want to upload audio files to firebase storage using gcs_upload function in googleCloudStorageR R package. These files need to be accessed by everybody authenticated through firebase authentication.
If I go to Firebase Storage Console and upload the files manually, it automatically creates an access token and generate a link to access the file, under the file name (see image below).
When I upload through googleCloudStorageR, it does not generate the access token, neither the link to access the file.