1482 results found
-
Broaden Crashlytics velocity error range to allow larger percentages than 1%
We would like to broaden the Crashlytics velocity error percentage so that we can trigger velocity alerts at larger percentages than 1%. 3% would be ideal for our purposes.
4 votes -
Use readable date format for email sign-in
According to
https://firebase.google.com/docs/auth/web/email-link-auth#default-email
and
https://github.com/firebase/firebase-js-sdk/issues/2574
The email sign in template contains a timestamp in the email title and body, so email are not collapsed into a sigle thread.I believe the current date time format, such as 2024 November 11 13:33 UTC is not user friendly, and should be replaced with a more readable format, such as Nov. 11, 2024, 11:33.
The mail language is already based on the language set in the Firebase Authentication -> Template language section, so the formatting can be done based on the same setting, or a new option can be added in the Firebase…
4 votes -
ios app development support
Please provide ios app development support
4 votes -
Project IDX API needed
We need an API that can create IDX workspace, add collaborators through API calls so new workspaces can be created by users of our freelancing website and later on when a worker is assigned to a project we can add a collaborator via API.
7 votes -
Allow to downolad a folder as a zip
I tried to download a folder from my workspace, but it anly allows me to download files.
So, I .tar the folder using the Terminal to generate a File .tar with the folder inside, and then dowload the .tar to my computer
I see value in this feature :)Thanks!
11 votes -
Support for Lua
I suggest support for Lua, a lot of games and apps use Lua, It'd be nice to have support of it as it's also beginner-friendly making it relatively easy
1 vote -
Fix error messages when deploying Functions
Several error messages often occur when deploying Firebase Cloud Functions that should not occur. My first time attempting to deploy functions in a new project, I got:
i extensions: ensuring required API firebaseextensions.googleapis.com is enabled...
⚠ extensions: missing required API firebaseextensions.googleapis.com. Enabling now...Error: Request to https://serviceusage.googleapis.com/v1/projects/********/services/firebaseextensions.googleapis.com had HTTP Error: 429, Quota exceeded for quota metric 'Default requests' and limit 'Default requests per minute' of service 'serviceusage.googleapis.com' for consumer 'project_number:********'.
I don't know if that happens every time. It appears to be just a failure to wait long enough after enabling the API.
The second time, it got further, but…
1 vote -
Missing App Check Integration Details for Vertex AI in Firebase (Flutter SDK)
I would like to report a critical documentation gap regarding the integration of App Check with Vertex AI in Firebase, especially for Flutter developers.
Currently, there is no mention in the official Firebase documentation that Flutter developers must initialize Vertex AI using:
final model = FirebaseVertexAI.instanceFor(appCheck: FirebaseAppCheck.instance)
.generativeModel(model: 'MODEL');Without this step, even when App Check is properly set up across the project, the Firebase dashboard continues to show 0% verified requests under "Vertex AI in Firebase."
This not only leads to confusion but also prevents teams from safely enforcing App Check across all services, as doing so risks breaking…
1 vote -
API for NotebookLM
Developer api to interact with notebooklm
1 vote -
Allow configuring standard Firebase Authentication via Terraform
The google Terraform providers allow creating and configuring Firebase projects via Terraform.
This includes Firebase Authentication via the googleidentityplatform_config Terraform resource, but also forces an upgrade to Firebase Authentication with Identity Platform.
Identity Platform has a much higher cost.
We'd like to be able to configure standard Firebase Authentication via Terraform
5 votes -
Support Ruby on rails
It would be great to support RoR framework and ruby language and have a template for quickly building cloud ready applications in RoR. Also it would be great if you have other extra add-ons to that project template.
For ex. Ror with vue integration, scss integration etc31 votesWe have released a preview version of our Ruby support for you all to try out! :-)
https://community.idx.dev/t/check-out-our-new-backend-focused-templates/746
Feel free to reply in the forums itself with your feedback.
-
Managed SQL Schema Migrations
Data Connect automatically queues and applies database schema migrations as you make changes to your application's schema including destructive migration detection and diff approval.
14 votes -
Give access to dir outside home like /opt, /mnt. etc.
It is getting hard to setup the existing open source project on google idx as we only has access to /home dir and all other are only in read only mode which is making hard for use to develop new project on the idx
1 vote -
Documenting Schema and Connections
One of the things that was important to me when developing clients in Apollo graphql is the playground.
You should be able to create a document with a proper description.
And currently, description using “”” is only possible for schema type. It is also needed for query, mutation.
And we need to be able to generate them with the SDK and then see them in the client code.3 votes -
Efficient Website Building with Gemini AI and Image Generation in Project IDX
This concept outlines integrating Gemini AI and an image generation model within Project IDX to streamline website development.
Technical Approach:
Project Setup:
- Utilize Project IDX and choose a suitable template (e.g., Gemini API with JavaScript/Vite or Python).
- Integrate the desired image generation model's API (e.g., using libraries like Diffusion Bee for DreamStudio access).
Gemini AI for Content Creation:
- Leverage Gemini's API to generate text content for various website sections:
- Use clear prompts for specific functionalities (e.g., "Write compelling product descriptions for our e-commerce store").
- Employ Gemini's ability to adapt content based on user input or website theme for a dynamic…
- Leverage Gemini's API to generate text content for various website sections:
18 votes -
Allow to change the connected git repository from the console
For a variety of reasons there are cases where the name of the repository (or organization, so the name too) changes, or we need to change the connected repository. Currently, this will require to create a new backend to configure it all over again.
1 vote -
Automatic GraphQL schema from existing SQL schema
When onboarding an existing postgres database, Data Connect can read the postgres schema and attempt to generate a corresponding GraphQL schema. Users with existing databases can immediately benefit from Data Connect client SDKs, query based auth, and connector connection pooling without manually writing GraphQL that matches their database schema.
1 vote -
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. To configure this function visit: <CONSOLE URL>".
Key Function Patterns:beforeCreate | beforeSignin | afterSignout | customBeforeHook
Why This Matters:
…
1 vote -
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
1 vote -
Export / Import single document on firestore console
Please add an option to export or import a single document from firestore console in firebase page, not in gcloud. Same way like we can do on firebase database export and import a json file with the data.
1 vote
- Don't see your idea?