Is it possible for one app to use multiple Firebase Storage buckets? Since we need to configure an app upon initialization to use a single bucket, I'm a bit confused about the value of having multi-bucket functionality.
I have had the same situation. This worked for me. Hope it can help someone else too :)
// Add your bucket name here which is not in your GoogleService-info.plist file for your current app.
let storage = Storage.storage(url: "gs://your.storageBucketname.here")
let gsReference = storage.reference(forURL: firestoreLink)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With