1648 results found
-
Improving Interactive Chat
In Interactive Chat mode, it would be great if Gemini could review the entire project upon our first entry and provide some suggestions. For example, it could point out issues like 'The APIKEY section in your project is empty; you should fill it in,' or suggest improvements such as 'Adding this here would make it better.' Additionally, I think there should be a standalone application for this feature, not just web-based access.
124 votesThis is something we've talked about a lot internally, and this is something we want to explore providing a solution for!
-
Pemasaran global
Pemasaran global
3 votes -
2 votes
-
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 -
Improve Android Emulator
Give latest Emulator which is fast and better. Current Android Emulator is slow and old.
4 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?
We need to have something like:
exports.someScheduledFunction = onSchedule(
{
schedule: "every 60 minutes",
timeoutSeconds: 100,
secrets: [someToken.name],
},
async () => {
logInfo("Running every 60 min");...
}
);3 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");...
}
);3 votes -
Remote SSH feature
Feature to connect the IDE to another server and develop from there. as we can do with Remote SSH extension in VSCode
14 votes -
Analytics Admin Sdk
Create Api for Firebase Admin SDK to get analytics data.
2 votes -
1 vote
-
not every developer prefers to use github
I like to use my local machines for version control for security reason and with Project IDX there seem to be no security as you can look at my code.
6 votes -
Geohashing examples for firestore Python Admin SDK
I have read this article https://firebase.google.com/docs/firestore/solutions/geoqueries in mentions cool examples on how to implement Geohashes, but I can't find python examples. Is there a recommended way of implementing geohashes on Firebase Admin SDK for python?
1 vote -
Firebase-UI Support
The firebase-ui https://github.com/firebase/firebaseui-web seems to no longer be supported. It currently doesn't support the latest firebase versions: https://github.com/firebase/firebaseui-web/issues/1107
57 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 -
Média libre pour citoyens
Steeetniklive : Un média citoyen en pleine croissance
9,4 millions de vues, 16 331 abonnés, et une communauté engagée !
Steeetniklive, c’est l’assurance d’un espace de liberté d’expression, sécurisé et ouvert, où les citoyens peuvent débattre et s’informer sans filtre.Rejoignez un mouvement qui place les faits et la vérité au cœur de chaque discussion.
3 votes -
I have a New(Idea) For improving the **IDX code editor** (or any code editor): --- ### **Key Features** 1. **Error Explanation in Pl
🚀 AI-Enhanced Debugging Assistant
Description:
Integrate an AI-powered Debugging Assistant that helps developers quickly identify, analyze, and fix errors within their code. Unlike standard error messages, this tool would explain the root cause of errors and suggest optimized solutions interactively4 votes -
Add full support for Java Web Development
IDX should support JAVA Full Stack Web Development with it's framework like Spring, JSTL, JSF and JSP etc. This feature will be helpful in web development.
2 votes -
App Distribution API includes information whether tester have installed the app
Currently the only way to know whether a tester have installed a version is through the Firebase Console. I wish we could get this information through the App Distribution API too. Currently we only have lastActivityTime which is not very useful: https://firebase.google.com/docs/reference/app-distribution/rest/v1/projects.testers#Tester
5 votes -
Improve new project form by enabling common services
When creating a new project, I wish you guys add multiple checkboxes for common features just like you did for Flutter checkbox, common feat
3 votes -
Support Public distribution group to allow user to install app on their device without authentication
However, Firebase lacks the feature to share debug builds with a public distribution group, like Microsoft AppCenter offers, without adding testers. Sharing public link users should be able to install on their devices without authentication.
21 votes
- Don't see your idea?