2299 results found
-
auto suggesting codes and lines just like as in project idx during its testing
just like previously in project idx the auto code and line suggestion feature will be very helpfull
2 votes -
Export / Import single document on firestore console
Please add an option to export or import a single document from firestore console in firebase page, not in gcloud. Same way like we can do on firebase database export and import a json file with the data.
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");...
}
);7 votes -
SolidJS SDK for data connect
I need to have this SDK because for now only React and Angular have SDK.
3 votes -
Would like Project IDX workspace to show edit history with character by character edits.
We will be using Project IDX to have students code websites. We used a previous website that we can no longer use. It was helpful to show the edit history so we could help students find their errors.
The character by character edit history was also helpful for us to detect plagiarism and see when they were just copying and pasting a peer's code which happened and we were able to address it before it continued on to other projects.
17 votes -
supports renaming tester groups for App Distribution
It seems impossible to rename tester groups in App Distribution while it seems useful to have some options to organize the groups based on progressive insight.
15 votes -
Support Swift in Cloud Functions
Swift is a much beloved and popular language for writing apps on the Apple platforms, but increasingly, it is also being used server side and even for writing cross platform business logic on Android and on Windows.
Being able to share models and business logic between your clients and server would be an amazing productivity boost. And being able to develop in a language that focuses on safety would eliminate categories of issues that can exist if you develop in say Javascript or Typescript.
340 votes -
Improve to match or exceed lovable
I’ve been using Gemini to build an incident-report importer that cleans up CSV/Excel files and pushes them into Firestore. Right now it’s halfway there, but it still trips over a bunch of annoyances:
CSV/Excel parsing is fragile. It chokes on stray quotation marks and tiny format quirks. It’d be great if Gemini handled messy quoting and trimming automatically.
Column mapping is brittle. I need to split “Student Name” into first and last name, normalize years (“7th” → “Year 7”), and drop any unknowns. Having a simple schema-mapping feature would save tons of custom code.
Validation is manual. I keep wrestling…
3 votes -
Secuence coding
Allow us to vibe code a calculator and a calendar separate functionality somehow blocking codeblock from changes if I'm satisfied with how it works so next changes won't impact the good ones ruining the flow
1 vote -
1 vote
-
unknown
Do not do any unintended/unknown changes to existing UI or backend or functionality that is already developed and approved by the user to prototyper
1 vote -
firebase_messaging windows support
Add windows support for firebase_messaging
1 vote -
Reference Codex
Gemini needs to have a separate section where context for the app or whatever being built can be referenced, so I dont have to use the click and edit option as much. After i already outlined the direction , color scheme etc.
Now thinking back , i think it may be a persistence thing , idk , you are the experts.
But either way --- this Reference Codex should have a separate instance of gemini , this instance could be a mentor of sorts, an orator , the knower of all truths. So when the main Gemini gets tired of…
1 vote -
Sale for small companies as sales leaders
We can offer for companies to sale for them their products and get too there customer service supporting
2 votes -
2 votes
-
add a feature to add physical devices for testing applications ( wirelss debugging by connecting with real physical device )
add a feature to add physical devices for testing applications ( wirelss debugging by connecting with real physical device )
1 vote -
Balboa currency
Project IDX to facilitate Google Pay transactions for country Panama.
Digital Balboa currency with Google Wallet.4 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
9 votes -
Google Authentication Via Firebase Fatal Problem
When I click Firebase project it creates a Firebase project for me automaticaly and it sets some fields in Google Cloud Platform so when you go to Google Cloud and try to do the settings for Google authentication like branding of OAuth consent screen you see info there and you taught with yourself that setup is done automaticaly but when you code it out and test it it gives you popup closed by user error. After days of changing code and settings I finaly found out that Developer contact information is not set. How could I know? Dont set automaticaly…
1 vote -
why showing page is unresponsive if trying to open project or privew
why showing page is unresponsive if trying to open project or privew
2 votes
- Don't see your idea?