| import json | |
| firebase_credential = os.getenv("FIREBASE_CREDENTIALS") | |
| with open("serviceAccountKey.json", "w") as f: | |
| f.write(firebase_credential) | |
| cred = credentials.Certificate("serviceAccountKey.json") | |
| import json | |
| firebase_credential = os.getenv("FIREBASE_CREDENTIALS") | |
| with open("serviceAccountKey.json", "w") as f: | |
| f.write(firebase_credential) | |
| cred = credentials.Certificate("serviceAccountKey.json") | |