Bug Description
- validation of RTDB database url has missing url validation. It should include all variances
Steps to Reproduce
- Run command:
firebase-tools-cli rtdb:query --database-url https://your-project-area.firebasedatabase.app collection
- See error
Expected Behavior
Given database URL should pass the validation process
Actual Behavior
It doesn't pass the validation process
Environment
- OS: macOS
- Node.js version: 18
- firebase-tools-cli version: 0.5.3