How do I get data from Firebase Storage?

I need to download or receive files from Firebase Storage and continue working with them. How to do it?

Do you already check this?

https://scotth.tech/plugin/firebaseStorage

{
    plugins = {
        ["plugin.firebaseStorage"] = {
            publisherId = "tech.scotth",
    },
},
1 Like