1492 results found
-
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 -
[Hot in 2023-2024] Support Full-Stack Web Framework of Python, like Reflex, Flet, solara, Streamlit, Pyodide, Anvil, ertc.
Recently, we have got many Full-Stack and Frontend Web Frameworks of Python.
- General Purpose Frameworks like Reflex, FastHTML, Anvil, Streamlit, and Flet can work for Mobile Apps.
- Rather Data-Oriented Frameworks like Dash, Gradio-Lite,...
- With Mesop, Google seems targeting Streamlit. Then, Google Web Toolkit was made OSS, "GWT."
- Reflex is capitalized by Y-Combintor, etc.
- And many other frameworks, Pyodide, ReactPy...
- some of them are finally compiled into JS/TS Frameworks, but we can code all by Python.This very hot movement means the shift of value-adding area is going to Gen AI-centric field usually Python deployed,…
1 vote -
Support adaptive app icons
Android 8.0 (API level 26) introduced adaptive app icons, which are made out of background and foreground layer. Apps that have minSDK = 26 don't have to specify "flat" PNG icons. However, App Distribution doesn't support adaptive app icons, and as a result weird icon with cropped app name is displayed in the App Tester app. App Distribution should support adaptive app icons by parsing icon XML, obtaining foreground and background assets, and based on this render the icon.
6 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 -
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 -
Mobile support
The browser should be mobile-friendly. I can barely zoom in and zoom out on mobile, it would be great if it was a bit optimized
2 votes -
Unreal Engine and Blender code collaboration and renders
To add a new collaborative game development experience
3 votes -
3 votes
-
Edit template before environment is built
There may be a way to build a custom template, but from the very beginning there should be the ability to change certain settings.
For my particular case, I wanted to build an Angular project using the old modules, and I wish I could select scss from the beginning. I might not have yet found how to do it, but couldn't some common options be available at project creation time?
Or at the very least, a button that says "customize this template" that takes you to a guide or a graphical interface to twiddle with different aspects of the template.
1 vote -
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
-
Remote Config REST API Improve Documentation
For the Remote Config REST API, the documentation is fairly ugly around how to go about safely getting a valid ID token for a user to be able to use it. I'm suggesting you put the Remote Config API behind a set of user rules, similar to other Firebase technologies. If that cannot happen for some reason, then one of two things should:
There should be some sort of option in Remote Config or Authentication to automatically give new users a valid credential that allows them to only retrieve the Remote Config (perhaps it automatically creates a Service Worker Account…
3 votes -
WearOS and WatchOS
I would like project support these platforms along with the emulators. Flutter currently doesn't support it for cross platform development. However, for native development it would be a great addition.
Thanks to project IDX. I can now code with minimal hardware requirements.👍
3 votes -
Support Full-Stack, Python Frontend and Backend Web Frameworks, e.g. Plone CMS
Like Firebase, we can now use Web Frontend Framework on top of Python, but still not ready for the Full-Stack Python Web Frameworks, e.g. used for Plone CMS, written as a Full-Stack Web App CMS.
1 vote -
Discreto
Pues son muy ovios
1 vote -
Support C#
Please support C# language
27 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.
29 votes -
Upload from local file store (or anywhere)
Current file import options limited to github (and ssh). Ability to navigate local directories, net mount points, cloud storage blobs and URLs would be epic!
A+ so far, cannot wait until Project IDX public launch ;)
21 votes -
the sms quota for this project has been exceedded exceeded quota
Those shiit gringos to everything they see him money
2 votes
- Don't see your idea?