firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
988 stars 300 forks source link

[FR] Adding global var #755

Open EhyMaik97 opened 5 months ago

EhyMaik97 commented 5 months ago

I'm always frustrated when I see line repeated. In the /snippets/database/index.py there are 4 times the string "https://databaseName.firebaseio.com"

I want to substitute four equals string with an env var like DB_URL and insert the string above, so in this way the user have to edit it only 1 time

google-oss-bot commented 5 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.