Which sample?
|
from firebase_functions import logger |
What is the issue with this sample's docs?
I am on the same version for firebase_functions but in import:
from firebase_functions import logger
I am getting:
Cannot find reference 'logger' in 'init.py'
Which sample?
functions-samples/Python/quickstarts/monitor-cloud-logging/functions/main.py
Line 8 in a8b1ab8
What is the issue with this sample's docs?
I am on the same version for firebase_functions but in import:
from firebase_functions import logger
I am getting:
Cannot find reference 'logger' in 'init.py'