1811 results found
-
Lisp Programming Language
It would be cool to see Lisp, within (AI & ML) or (backend) templates.
2 votes -
Haskell Programming Language
It would be cool to see Haskell within backend templates.
4 votes -
Raku Programming Language
It would be nice to see Raku within backend templates.
1 vote -
Chapel Programming Language
It would be nice to see Chapel within backend templates.
1 vote -
physical emulator
Since emulators or simulators cannot access features such as camera, sound, etc., it is a physical emulator, that is, the user can use her own device as an emulator.
3 votes -
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.
178 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");...
}
);4 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
17 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?
2 votes -
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
62 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
- Don't see your idea?