1556 results found
-
ram
Could you please add an option to get more RAM for our workspaces? The current amount (seems around 8GB) often isn't enough when running bigger Android projects, especially with the emulator and build tools going at the same time. Things can get pretty slow.
It would be really helpful if we could choose a higher RAM configuration, maybe 16GB or 32GB, even if it's an upgrade option. This would make developing larger apps in Project IDX much smoother.
2 votes -
"I need to talk with them using audio or video.", live streem audio and video sharing
"I need to talk with them using audio or video.", live streem audio and video sharing
2 votes -
flutter ile yap yazdığım halde kendi varsayılan aracını kullanmaya devam ediyor
flutter ile yap yazdığım halde kendi varsayılan aracını kullanmaya devam ediyor, promp kısmının altından seçim yaptığımda da boş bir proje oluşturuyor
2 votes -
Support Azion Edge SQL Database
I would like to see full Azion EdgeSQL support. That is a serverless database based on Sqlite and LibSQL. Supports Vector Store for AI and LLMs.
2 votes -
Private Repo import similar to IDX
I noticed that currently only public repositories are supported. Are there any plans to support private repositories as well?
2 votes -
needs a restore button
Above each prompt, add a restore button to restore code back to point before prompt. Then you can restore, re-write prompt, and see what happens with the next prompt.
2 votes -
It would be awesome to have a template that provided BOTH a backend and frontend experience. E.g. a next.js + mongodb instance
It would be awesome to have a template that provided BOTH a backend and frontend experience. E.g. a next.js + mongodb instance
2 votes -
Supports Custom Streamlit Components Consistently Fail to Load in IDX - Even with ngrok Tunneling
Bug: Streamlit Components Fail in IDX
Summary: Custom Streamlit components consistently fail to load in Project IDX, even w/ ngrok. Error: "app.[comp] from [ngrok_url] hasn't received Streamlit.setComponentReady()." Suggests IDX bug.
To Reproduce: 1. IDX. 2. Basic Streamlit (
app.py
) + React/Webpack component (frontend/
). 3. Simple React comp:Streamlit.setComponentReady()
on mount. 4.package.json
:webpack serve
, Webpack:streamlit
external. 5.ngrok.yml
: ports 3001, 8501. 6.devserver.sh
: ngrok, URLs, start Streamlit. 7../build.sh
. 8. Start:npm start
,ngrok start --all
,./devserver.sh
. 9. Access Streamlit.Expected: Component loads.
Actual: Component fails. Error: "app.[comp]…
2 votes -
Balboa currency
Project IDX to facilitate Google Pay transactions for country Panama.
Digital Balboa currency with Google Wallet.2 votes -
2 votes
-
Streamline the process of adding .env variables to the build configuration
I like the idea that you can use Cloud Secret Manager to store and encrypt the secrets within the app.
Coming from using .env files in Next.js and Vercel hosting could this process be made simpler e.g. reading the .env file from your app directly and intelligently placing the key/value pairs in the apphosting.yaml file or the rollout during creation.
This would be good to keep things simple and straight forward.
2 votes -
2 votes
-
Add Q&A about including Firebase Analytics in a library to be used by arbitrary 3rd party apps
It seems it is not recommended or possible, but I lack an official answer:
https://stackoverflow.com/questions/60076980/how-to-add-firebase-analytics-in-a-library
https://stackoverflow.com/questions/38790977/include-firebase-analytics-in-library?noredirect=1&lq=1
https://www.reddit.com/r/androiddev/comments/fpxna8/firebase_analytics_in_android_library/?rdt=40331
2 votes -
Customizable Filename for iOS Artifacts in Firebase App Distribution
Description:
We have identified an area for improvement regarding the naming of iOS artifacts in Firebase App Distribution. Currently, when an IPA file is downloaded from the Firebase App Distribution console, it is automatically named app.ipa regardless of its original filename.
Background:
Our investigation revealed that, based on Google’s public documentation [1] [2], there is no available method to customize the filename during download.
Firebase App Distribution automatically assigns the name app.ipa for iOS artifacts as a default behavior, and this is not configurable via the console or CLI.
Request:
We propose the introduction of a feature that allows users…
2 votes -
Sending arrays as parameters, to allow scaling.
When building simple select queries in GraphQL (really simple ones), the underlying query is being transformed, sending the values through as parameters.
As you can use arrays as parameters, that would allow the DBs to scale as it makes this more robust. Without scaling, it will limit production applications form fully investing.
As an example you run into instances where the select for 50 columns in the schema (a standard employment record, nothing special) is transformed and we end up getting the dreaded 100 parameters error. This is a Postgres issue, but can be avoided.
The Error for the fun…
2 votes -
C# Blazor SDK
Firestore has an C# SDK for unity. It would be nice if the C# SDK supported .NET Standard or .NET Core without any interop in C++ so that it could be used within Blazor WASM web applications.
2 votes -
Apple “Action Required: Apple Push Notification Service Server Certificate Update”
Good afternoon,
We received this email from Apple “Action Required: Apple Push Notification Service Server Certificate Update” but since our notification service is managed by the Microsoft Azure platform through the Firebase platform, do we have to update something or is the platform updated automatically?
2 votes -
Clickable results in firebase query mode
When using Firebase UI query mode, the results are not really human readable. I'd like the document ID field to be clickable, taking me to the panel view of that document, so I can see the document in a readable way.
2 votes -
Support a repl/shell in firebase CLI
Some operations can only be preformed through the firebase-admin SDK, or sometimes you just want to run/test some Firestore query.
The Firebase CLI can provide a "shell" command that opens a Node.js REPL with the firebase-admin SDK preconfigured and global variables such as "db", "auth" that you can then use to interact with Firebase.
This was so much needed that I implemented this by myself in our project as a custom package.json scripts.
2 votes -
Support skipping deploy targets that are configured empty
Sometimes you have deploy target that you want to not deploy in some projects.
Currently if a deploy target is not configured or empty, the CLI will error.
It would be nice if it just skipped deploying that configuration if the deploy target is explicitly configured empty.
This is also useful to allow varying configuration in different projects, as you can deploy different target configurations depending on the selected project this way.
2 votes
- Don't see your idea?