Run backend code without managing servers

A serverless framework that lets you automatically run backend code in response to events triggered by background events, HTTPS requests, the Admin SDK, or Cloud Scheduler jobs.

서버 없이 백엔드 개발

Create functions that are triggered by Firebase products, such as changes to data in the Realtime Database, new user sign-ups via Auth, and conversion events in Google Analytics. Are you a Google Cloud developer? See Google Cloud Functions.

서버 및 노트북을 표현한 그림

서버를 관리하지 않고 모바일 백엔드 코드 실행

Cloud Functions are single-purpose JavaScript and Python functions that are executed in a secure, managed serverless environment. They are only executed when a specific event being watched is emitted.

유지보수 수요 감소

Deploying your code to our servers requires just one command. After that, Cloud Functions automatically scales up computing resources to match the usage patterns of your app. You never have to worry about SSH credentials, server configuration, provisioning new servers, or decommissioning old ones.

노트북을 표현한 그림
모바일 보안을 표현한 그림

로직을 비공개로 안전하게 유지

대부분의 경우 클라이언트 측에서 조작할 수 없도록 서버에서 애플리케이션 로직을 제어하는 것이 가장 좋습니다. Cloud Functions는 클라이언트와 완전히 격리되므로 함수가 비공개로 안전하게 유지되며 리버스 엔지니어링이 불가능합니다.

문서

Learn more about Cloud Functions through our documentation.

뷰 가격 책정

No-Cost quota amounts, then Google Cloud pricing.