firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
**Describe the bug** Using realtime database with localhost emulator. **To Reproduce** 1. setting rules as follow: ```json { "rules": { ".read": "now < 1656777600000", // 2022-7-3 ".write": "now < 1656777600000",...
### [REQUIRED] Environment info **firebase-tools:** 11.6.0 **Platform:** macOS ### [REQUIRED] Test case 1. npx create-next-app --ts 2. firebase init (only functions) 3. uncomment the default helloworld example and make it...
### [REQUIRED] Environment info **firebase-tools:** 11.2.2 **Platform:** macOS ### [REQUIRED] Test case ```js //firestore.spec.ts import * as firebaseTesting from "@firebase/rules-unit-testing"; import { before } from "mocha"; before(async () => {...
Node 14.17 java 1.8.0_301 Firebase 9.20.0 Here are the logs: `0 info it worked if it ends with ok` `1 verbose cli [` `1 verbose cli 'C:\\Program Files\\nodejs\\node.exe',` `1 verbose...
### [REQUIRED] Environment info **firebase-tools: 11.4.2, 11.6.0** **Platform: Arch Linux** ### [REQUIRED] Test case I don't know that and I have no time to provide it. sorry. ### [REQUIRED] Steps...
### [REQUIRED] Environment info **firebase-tools:** 11.3.0 **Platform:** Windows 10 (64bit) ### [REQUIRED] Test case Android client (real device) uploads a file to Cloud Storage Emulator having a matching Rule causes...
### [REQUIRED] Environment info **firebase-tools:firebase-tools** **Platform:Windows** ### [REQUIRED] Test case 1. i set the HTTPS_PROXY or HTTP_PROXY value in your environment to the URL of your proxy 2. Firebase CLI...
### Description Implement generating a hash of function backends. This functionality is not wired up to anything (yet). ### Scenarios Tested - [x] Files matching - [x] Files not matching...
### Description Given a hash label from a gcf function, apply it to the Backend's Endpoint. ### Scenarios Tested - [x] Given a hash label, does it apply to Backend's...
**Describe your environment:** * Operating System version: Windows 10 * Browser version: Chrome 88.0.4324.104 * Firebase SDK version: 8.0.0 * Firebase Product: Firestore local emulator **Problem:** When I stop my...