firebase / firebase/firebase-tools
Emulator support for database:remove
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
Support for Real Time Database emulator in `database:remove` command (as described [in this issue](https://github.com/firebase/firebase-tools/issues/1957#issuecomment-611538120)). This will allow for the following:
```
FIREBASE_DATABASE_EMULATOR_HOST=localhost:9000 firebase database:remove /projects
```
Contributor guide
Research direction
Start with the Firebase CLI's database:remove command and review issue #1957, which describes the requested emulator behavior. Reproduce the documented FIREBASE_DATABASE_EMULATOR_HOST example, then verify that database:remove operates against the Realtime Database emulator without affecting the live database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, typescript
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100