1822 results found
-
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 ;)
22 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
-
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
-
Make wonderful gaming apps
Gaming apps is the importance for everyone who are interested on playing games in online
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 -
Support C#
Please support C# language
27 votes -
Switching between node versions and angular version
It would be really cool for the IDX if you would be able to switch between different node version and choose the specific angular version you want for your project, also adding gitlab options would be nice too, thank you
5 votes -
93 votes
-
Firebase messaging SDK with proper error response message in emulator
I encountered an issue while attempting to emulate the sending of push notifications with a Firestore Cloud Function. Despite having valid tokens set up, I received an error response. The error messages I received after attempting to send two push notifications individually were as follows:
"Error: Requested entity was not found."
"Error: The registration token is not a valid FCM registration token."Ideally, I would expect to receive a 200 or 403 response along with a message indicating that the message was sent successfully, but that this is only an emulation environment. Upon deploying the latest version of my script…
3 votes -
Using Genkit embedders (including from e.g. genkitx-openai-plugin)
Instead of only being able to select embedding models from Vertex AI (e.g. Gecko), it'd be great to be able to pass in any embedder imported from Genkit plugins like genkitx-openai-plugin or genkitx-cohere
3 votes
- Don't see your idea?