firebase-functions-rate-limiter
Js/ts library that allows you to set per-time, per-user or per-anything limits for calling Firebase cloud functions
File Explorer
Download Latest Version (.zip)- build-n-release.yml
- codeql-analysis.yml
- firebase-functions-rate-limiter.code-workspace
- run-integration-tests-with-firebase-emulator.sh
- setup-firebase-emulator-for-tests.sh
- test_environment.ts
- FirestorePersistenceProvider.ts
- PersistenceProvider.ts
- PersistenceProviderMock.ts
- PersistenceProviders.integration.test.ts
- PersistenceRecord.ts
- RealtimeDbPersistenceProvider.ts
- FirebaseTimestampProvider.ts
- TimestampProvider.ts
- TimestampProviderMock.test.ts
- EquivalentTypes.spec.test.ts
- FirestoreEquivalent.ts
- RealtimeDbEquivalent.ts
- .npmignore
- FirebaseFunctionsRateLimiter.integration.test.ts
- FirebaseFunctionsRateLimiter.mock.integration.test.ts
- FirebaseFunctionsRateLimiter.ts
- FirebaseFunctionsRateLimiterConfiguration.spec.test.ts
- FirebaseFunctionsRateLimiterConfiguration.ts
- GenericRateLimiter.spec.test.ts
- GenericRateLimiter.ts
- index.ts
- utils.test.ts
- .gitignore
- .nvmrc
- .prettierrc.yml
- LICENSE
- package-lock.json
- package.json
- README.md
- SECURITY.md
- TODO
- tsconfig.json
- tsconfig.lint.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/Jblew/firebase-functions-rate-limiter
Downloads the entire project code from GitHub to your computer.
cd firebase-functions-rate-limiter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save firebase-functions-rate-limiter
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
