2078 results found
-
Expand auth blocking functions
Support some additional data sent during the
signInWithEmailAndPassword
that can be read in thebeforeCreate
3 votes -
Online shop
Online shop laravel based and use tailwind css for design
1 vote -
5 emails
I saw this on the documentation website: "Note: The limits for email link sign-in emails were recently changed. Please add a billing instrument to go beyond 5 email link sign-in emails."
It's really strange that you quietly set the limit of sign-in emails to 5. Why? It makes no sense. For testing it's too low, and for production of course.
First you hook developers up to Firebase and then you quietly lower the limits. Good business practices.
1 vote -
Separate idx/dev.nix into a flake.nix and a simpler idx config file.
For experienced nix users, the
channel
andpackages
parameters overlap with flakes enough that there's no need to wrap them up in a bespoke DSL. If a project already has a flake.nix that includes a devShell, it's not clear how this should be wired up.For inexperienced nix users, being forced to learn Nix to edit the idx-specific entry seems unnecessary.
4 votes -
97 votes
-
Manual reloading of firebase functions in emulator
I'm suggesting this feature of nodemon:
https://github.com/remy/nodemon?tab=readme-ov-file#manual-restarting
Sometimes when inner dependencies changes, firebase emulator don't detect changes. So whenever I make a change in my large project, I have to always shutdown firebase emulator and restart it.
4 votes -
Change the UI Design
Change the complete UI Design. It looks identical to MicroSoft VSCode.. Follow Google design language and make the UI look more advanced and futuristic.
4 votes -
GitHub account management
Hi, if I checkout a github repo that is public, but that I own and want to make changes to, I am not prompted for my GitHub credentials and therefore don't have write permissions to the repo. Would be good to have proper GitHub account management included in the experience (not only when you start the project)
24 votes -
Support C#
Please support C# language
28 votes -
Support Go in Cloud Functions
Go is much more efficient than Python or Js and should be the obvious choice for backend where performance is crucial
34 votes -
Support TypeScript in Cloud Functions
It's a pain to have to configure a process to watch and transpile TypeScript files to use in the emulator. Firebase CLI should have built-in support for it both in the emulator (with automatic watching, or on-the-fly transpilation as I showed here https://github.com/firebase/firebase-tools/issues/5633#issuecomment-1622585432) and when deploying.
30 votes -
Add template projects for IaaC frameworks/platforms like Ansible, SaltStack, and Terraform
IaaC (infrastructure as a code) is a core component of DevOps, and Project IDX could aid in the growth of talent in that sector by guiding best practice for IaaC projects with templates for the major open-source frameworks on the market. Additionally, IDX support could ease the learning curve for new developers working with YAML and Jinja2 syntax, both of which are very common in these frameworks. If possible, integration with GCP (Google Cloud Platform) to quickly configure a project to connect to and work with a GCP project could be mutually beneficial for IDX and GCP in the form…
1 vote -
Orderby('any_potential_null_field', excludeNull: false) should exist
OrderBy should be able to return collection item when target property is null.
1 vote -
Unreal Engine and Blender code collaboration and renders
To add a new collaborative game development experience
3 votes -
Unreal Engine and Blender code collaboration and renders
To add a new collaborative game development experience
3 votes -
3 votes
-
2 votes
-
Access request for IDX
Dear Project IDX Team,
I hope this email finds you well. My name is Mahad Saleem, and I am the Head of App Development at Fast Developers Club, a student-led organization at FAST NUCES (National University of Computer and Emerging Sciences). Our club is dedicated to creating innovative solutions that enhance the university experience for thousands of students.
We are currently working on a bus management app specifically tailored for FAST NUCES. This app aims to streamline the bus scheduling, tracking, and communication process for our students, faculty, and staff. By providing real-time information about bus routes, arrival times, and…
4 votes -
Deploy Private HTTP Firebase Functions without "Allow unauthenticated"
By default HTTP Firebase Functions are made public. In Google Console they are marked as "Allow unauthenticated" because they will allow all callers, without checking authentication.
I would like an option to deploy them privately.
Example:
const privateFunction = onRequest(
{
allowUnauthenticated: false,
},
(req, res) => {
res.status(200).send(req.body);
},
);4 votes -
3 votes
- Don't see your idea?