1790 results found
-
CLI deploy and link blocking functions
Function Deployment & Validation Flow:
When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:Detect Blocking Function Patterns
Check if the deployed function's name matches known blocking trigger conventions.Assignment Validation
Verify whether the detected function is registered as a blocking trigger in the system configuration.Interactive Guidance
If unassigned, display CLI prompt:
"Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. Would you like to configure this function now? (y/N)"Key Function Patterns:
```
beforeCreate | beforeSignin | afterSignout | customBeforeHook(Additional supported hooks)
…Why
2 votes -
allow secrets on scheduled functions
It's not clear in the documentation nor by implementation that secrets work with scheduled cloud functions. This seems to me like a major missing feature in security and consistency with the v2 cloud functions. Is the only solution using the cloud config for api keys/secrets? Something like:
exports.someScheduledFunction = onSchedule(
{
schedule: "every 60 minutes",
timeoutSeconds: 100,
secrets: [someToken.name],
},
async () => {
logInfo("Running every 60 min");...
}
);4 votes -
OnCreate in dev.nix should run when we build the codebase and when we reloud the browser as well not only when we enter codebase
OnCreate in dev.nix should run when we build the codebase and when we reloud the browser as well not only when we enter codebase forexample when I put virtual environment activation code in there it should run in relouds and rebuilds as well.
1 vote -
More storage per workspace
10GB seems lot, but it is very low. 50GB or minimum 35GB will be fine. Node_modules, extensions for development, etc. Please!
9 votes -
Fix Body Parse
If bad JSON is sent to a cloud function, for example if the function is an API endpoint, the body-parse in Firebase Functions will throw an HTML response error before and user function code is run.
This is a really bad experience for endpoint users where instead of a formatted JSON error message, they get a strange HTML response.
The body-parser used in by Firebase Functions should pass along the error instead of returning the response.
4 votes -
3D Rendering, 3D Models and Animation Preview support
Firebase should have support for 3D Models and Animations Pre-visualization and rendering or at least support extensions or services that allow that to run on our projects.
1 vote -
Provide additional VNC / RDP Display
Please Provide additional VNC, VNC over SSH or RDP (xrdp) because sometimes the Android Studio VM's noVnc doesn't connect even after restarting the project multiple times.
Use XFCE desktop instead of Gnome, Gnome feels laggy1 vote -
Prototype with SvelteKit with TailwindCSS and Bits UI
Prototype with SvelteKit with TailwindCSS and Bits UI
1 vote -
Features to improve and speed-up analyzing of data.
Hi Firebase Performance Monitoring team,
Thanks for the great work! I’d like to suggest a few improvements that could significantly enhance usability:
Percentile visualization: Consider adding an alternative chart type like a ribbon area chart or box plot to show all percentiles (e.g., 50th, 75th, 90th, 95th) simultaneously. This would make it much easier to interpret performance trends at a glance without toggling between individual percentile lines. It could be available as an optional view in the percentile dropdown menu.
Dashboard filters for trace metrics: It would be really helpful to allow saving trace metrics with specific filters (custom or…
1 vote -
1 vote
-
3 votes
-
A button to create Android and iOS emulators
It would've been great to be able to preview the apps on Android and iOS emulators straight from the UI without rebuilding the whole environment.
And generally, if that is possible with NIX, an option to change settings like aspect ratio etc.
31 votes -
Firebase Authentication support for Ionic Cordova via phone login on IOS.
Unfortunately, phone authentication using the Firebase JS library is not currently supported in Cordova/Ionic environments. This limitation is due to the use of the file:/// protocol, which prevents reCAPTCHA from verifying the origin of the application. As a result, reCAPTCHA cannot function properly.
We would like it to be available in such environments.
1 vote -
github copilot
Please add Github Copilot Extension
1 vote -
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini.in Indian Own app
1 vote -
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini. Indian Own App
1 vote -
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
1 vote -
Velocity alerts for overall crash rate
Allow configuration of velocity alerts for overall crash rate rather than individually spiking crashes.
6 votes -
2 votes
-
Importing from Google AI Studio Build
Firebase Studio should have an option to import from Google AI Studio Build. I'm not a coder, but I'hve managed to imagine beautiful and very useful app idea on on Build, but I cannot import it in Firebase Studio for publishing with Firebase App Hosting. I can download from Build, and important it in Firebase, but that don't work like what I create on Studio itself.
1 vote
- Don't see your idea?