1791 results found
-
One time extension configuration for the projects
Each time we have to download the idx extension when we setup the workspace. If a extension in downloaded once in any workspace, the extension gets automatically installed when workspace is set up.
3 votes -
Flutter Android Demo Testing Integration Easier?
Currently, I love Project IDX, but I still think it is a little hard to test out Android Apps built in Flutter and Firebase from the User Interface VS Android Studio.
Could this development experience be made a little bit easier; for something Flutter is famous for on "painting user interfaces for mobile applications?"
3 votes -
How do I use puppeteer in IDX?
When trying to use puppeteer https://pptr.dev/ in idx i cant figure out how to make it work
Please clarify how i can fix that
Thank You3 votes -
For all mobile app project templates, It would be nice to have direct possibility to publish mobile app to Playstore / appstore
For all mobile app project templates, It would be nice to have direct possibility to publish mobile app to Playstore / appstore
3 votes -
Blocking Functions for User Reset password
Currently you can only add blocking functions for User signup and User sign in. I want to be able to add a Blocking function for User Reset password.
This way I can customize password requirements at the API level and implement features in Cloud functions + Firestore such as preventing previous password reuse.
I would have used Cloud Functions + Firestore for my Blocking function, but because this feature didn't exist I ultimately decided to move my auth password checks to my AWS hosted backend API.
3 votes -
Auth: install, not only authorise, a GitHub app
GitHub Apps are now the preferred alternative to GitHub Oauth Apps. When authenticating with Firebase Auth and a GitHub App, the app is "authorised" but not "installed", which can lead to inconsistent behaviour (https://github.com/orgs/community/discussions/61677). It would be nice if the GitHub provider had an option for prompting the user to "Authorise and Install" rather than only "Authorise".
3 votes -
3 votes
-
Add option to save a query in Firestore Query Builder
I have some queries that I perform frequently through Firestore Query Builder. It would be great to save queries to be able to run them with one click.
3 votes -
Provide a way to document and share models across platforms.
Afaik there is currently no standard way to a) document the structure and organization of Firestore collections and documents stored in a project expected by apps which use it, and b) share the model definition across languages and platforms. Instead, each client requires its own implementation of the app-specific model and conversion to/from Firestore's model which needs to be kept up-to-date as the system involves.
If there were a way to share this model (for ex. proto, JSON schema, other) and easily use it from Firestore APIs, it would reduce dev and maintenance cost and improve developer experience.
3 votes -
Add TTL dynamically
Similar to the way we can define an index in firestore with
firestore.indexes.json
. I'm proposing afirestore.ttl.json
where the TTL properties would be deployed uponfirebase deploy
, instead of having to go in the console UI or alternative methods.Those configuration files are useful when switching environment as this minimize the configuration required when going from dev, to staging, to prod. Centralizing those in one place makes it easier.
3 votes -
3 votes
-
IOS SIMULATOR BUG
Attention Project IDX Team, there's an issue with the simulator not simulating when lib files are changed in Flutter. Interestingly, Android runs normally. Please investigate and address this anomaly promptly. Thank you.
3 votes -
deploy specific extension
Allow deployment from CLI of specific extensions, to avoid uploading and updating all extensions unnecessarily.
i.e. firebase deploy --only extensions:<name of extension>
Just like we can with functions.
3 votes -
Support Student and African continent
I think that a free account for student around the world especially in African countries will support the growth of google in the region.
3 votes -
should have android studio as a default IDE
IDX should have android studio as a default IDE
3 votes -
3 votes
-
should be able to sort data and select data with criteria on different fields
should be able to sort data and select data with criteria on different fields (the limitation section on https://firebase.google.com/docs/firestore/query-data/order-limit-data?hl=en&authuser=0)
3 votes -
Automated Dependency Injection in IDX
<<Current State>>
Currently, dependency injection in IDX requires developers to explicitly import dependent files. This can lead to a significant amount of boilerplate code, especially in projects with numerous dependencies. Additionally, this manual approach can make it difficult to track and manage dependencies, especially as projects grow in size and complexity.
<< Solution >>
Automating dependency injection in IDX can involve creating a mechanism that automatically identifies and resolves dependencies based on code annotations or configuration files. This would eliminate the need for developers to explicitly import dependent files by reducing boilerplate code and improving code maintainability.
<< Benefits of…
3 votes -
Send A/B Experiment name and User group along with values
Unfortunately it seems impossible to determine on client side whether user is involved to test or in which group he is. It will be great to receive such data along with the value.
3 votes -
...can have direct URL's that don't have a location redirect
Currently we can have URLs that forward to localhost. But these use a redirect (30x). Some environments don't accept a location redirect. For example, we are developing Google Workspace Add-ons and it would be a great usecase for it, but we need a tool like ngrok to connect add-ons to our endpoints, since they need a 200 response.
3 votes
- Don't see your idea?