How to build google cloud serverless function for processing unprocess data from firebase
问题 I am having a problem while creating a serverless google cloud function I need to write a Google Cloud Function in Python to run this script that will process unprocessed firebase raw data I already deployed it on GCP but on triggering it is trowing: error request cannot handle I want to run the script serverless to avoid it from manually running every day Can anyone help me out with this def process_session(self, session, utc_offset=0): s = {} try: edfbyte, analysis = process_session(session