You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a Python script to deploy in Google Cloud Functions, in order to manage the creation of new documents on my Firestore database (Firestore triggers).
I am deploying the function in the Google Cloud console, not locally. The functions is implemented correctly without any error. However, when I create a new document, an error occurs that is related with Flask, which is nosense as my Python script does not require Flask. This is all the setup of the function :
this is the Firestore section, document, and value created :
, and this is the error : .
Why am I having this error? Thanks in advance!