aalej

Results 8 issues of aalej

Removes all .DS_Store files and add `**/.DS_Store` to `.gitignore` to prevent .DS_Store files from being added

### Description Fixes #7036. From what I can gather, it is possible that env values can be `undefined`. I think we should skip the creation of env if their value...

### [REQUIRED] Environment info **firebase-tools:** v13.22.1 **Platform:** macOS Sonoma 14.7 **Firebase Data Connect VS Code extension:** v0.10.5 ### [REQUIRED] Test case N/A ### [REQUIRED] Steps to reproduce 1. Install the...

type: bug
VSCode Extension

### Description Proposed fix for #5623 #### ----- emulator export ----- Proposed fix is to export accounts into different `json` files. For example, a project that has the tenants **tenant-1**...

We have seen a couple of issue where the Firebase CLI binaries are not uploaded for the latest release(#7865 and #7648). We should find a way to mitigate this. Maybe...

type: feature request

The link `https://console.firebase.google.com/project/PROEJCT_ID/genai` redirects to `https://console.firebase.google.com/project/PROJECT_ID/overview`. Updating it to `https://console.firebase.google.com/project/PROJECT_ID/ailogic`

### [REQUIRED] Environment info **firebase-tools:** v15.0.0 **Platform:** macOS **Java**: v24 ### [REQUIRED] Test case See "Steps to reproduce" ### [REQUIRED] Steps to reproduce 1. Run `firebase init storage` - Please...

type: bug
emulators: storage

### Description Add validation when prompting which apps to add DataConnect SDK. Ideally, the scenario `if (!pickedApps || !pickedApps.length)` will never happen, but in the unlikely chance it does, it...