
하위 노드 제한
Made by Firebase
노드 수를 지정된 실시간 데이터베이스 경로에서 명시된 최대 개수로 제한합니다.
이 확장 프로그램의 작동 방식
Use this extension to control the maximum number of nodes stored in a Firebase Realtime Database path.
If the number of nodes in your specified Realtime Database path exceeds the specified max count, this extension deletes the oldest nodes first until there are the max count number of nodes remaining.
Additional setup
Before installing this extension, make sure that you've set up a Realtime Database instance in your Firebase project.
Billing
To install an extension, your project must be on the Blaze (pay as you go) plan
- You will be charged a small amount (typically around $0.01/month) for the Firebase resources required by this extension (even if it is not used).
- This extension uses other Firebase and Google Cloud Platform services, which have associated charges if you exceed the service’s free tier:
- Cloud Functions (Node.js 10+ runtime. See FAQs)
- Firebase Realtime Database
확장 프로그램 설치 방법
Firebase CLI 사용
Firebase CLI를 사용해 확장 프로그램을 설치하고 관리할 수도 있습니다.
1단계: 다음 npm 명령어를 실행하여 CLI를 설치하거나 최신 CLI 버전으로 업데이트합니다.
npm install -g firebase-tools작동하지 않는 경우 Firebase CLI 참조를 살펴보거나 npm 권한을 변경하세요.
2단계: 다음 명령어를 실행하여 이 확장 프로그램을 설치합니다.
firebase ext:install rtdb-limit-child-nodes --project=projectId_or_alias