Python: Documentation says "from firebase_functions.core import init", however this library doesn't exist at all. Where is it? #205
Labels
waiting for customer response
Issue is on hold awaiting more information from OP
I'm trying to use parameters in global scope for Firebase Functions using
StringParam
. I'm using Python; firebase CLI version 12.7.0.I'm reading the docs (here: https://firebase.google.com/docs/functions/config-env?gen=2nd#python_1) and as you can see there it is saying to do
from firebase_functions.core import init
and then use the@init
decorator. Thisinit
import dones't exist though!What is going on?
Error:
ImportError: cannot import name 'init' from 'firebase_functions.core'
The text was updated successfully, but these errors were encountered: