firebase-admin-python
firebase-admin-python copied to clipboard
feat: add get_download_url #740
Hello Firebase Team!
I recently found when using both the Node and Python SDKs that the Python SDK is lacking the getDownloadUrl() method that the NodeJS SDK has. I saw there had been an open issue #740 for about a year so this PR should address that issue and give Python SDK users the ability to retrieve the download URL as the Node SDK does.