
There are 3 blocks to the left
Login, Status update, Upload file Invokes functionality via REST API that goes to to API Gateway.
API Gateway Trigger cloud functions to Cloud Function service.
Cloud function return data back to API Gateway.
Cloud Function may interact with other services, such as databases and authentication systems.
Back