1790 results found
-
Allow to upload files to idx
allow the user to upload files like pdf's, csv files which will be helpful for machine learning projects.
5 votes -
Similar to __name__, allow ordering documents by internal createdAt / updatedAt sentinel value
A document always maintain createdAt / updatedAt timestamp value internally. But these fields can't be used for ordering documents.
For example :-
(This is possible)
await citiesRef.orderBy('name').limit(3).get();
(This is NOT possible)
await citiesRef.orderBy('created_at').limit(3).get();
Currently if we need order by timestamp, we need to maintain a separate timestamp field alongside internal createdAt / updatedAt fields. Then create index over that additional field to perform order by timestamp.
Similar to name sentinel, firestore should provide created_at and updated_at sentinel for ordering document. These sentinel should work without any new index, ascending or descending order.
1 vote -
support kotlin, xml & jetpack compose
Please add support for Kotlin and Android XML as well as Jetpack Compose because now Jetpack Compose supports multiplatform
5 votes -
Export CFU(Crash Free Users) Stats to BigQuery
The CFU is only available in Crashlytics dashboard.
With the current info exported to BigQuery it's not possible to calculate it.
4 votes -
Integrate Capacitor.js
Integrating Capacitor.js should fast track both PWA and native mobile app creation services that provides access to native platform APIs and capabilities.
2 votes -
Basic Python support
For Python (i) Seamless installation of pip (ii) smooth Integration of python libraries without nix (iii)Alternative to nix package manager (iv) better "ms python extension support" , right now now using this extension generates so many errors
2 votes -
Add a ferture to create virtual environment with specific version of python
This feature will allow users to easily create isolated virtual environments on their system within project idx. Users can specify the desired Python version during environment creation. This ensures project dependencies are managed effectively and avoids conflicts with system-wide Python installations.
4 votes -
Add bitbucket support
Add support for bitbucket.
This is fairly similar to add gitlab support:
https://idx.uservoice.com/forums/953956-general/suggestions/46962415-add-gitlab-supportCovering both gitlab & bitbucket covers the top 3 git hosting sites.
A blocker before I try this for a personal project40 votes -
Support building XCTest with Xcode 16
We would like to build and run our XCTest cases using the latest Xcode 16. According to 'gcloud firebase test ios versions list' the latest supported Xcode version is 15.3.
2 votes -
Integration with Chrome Extension Dev
I'm an independent extension developer and I still find it very difficult to create extensions, meaning few creators are interested in this area. To resolve this, can you add a way to preview our extension's changes on the host site in real time, perhaps using the rollup-plugin-chrome-extension already?
18 votes -
We need FastAPI for backend development
We need FastAPI for faster backend development along with any frontend templated mostly ReactJS. Django and Flask are good choices but FastAPI let us work more efficiently with production boost of 200% to 300%.
7 votes -
Data Transformation With CEL expression
I love that data connect supports
{.._expr: "auth.uid"}
to define server value based on Firebase auth token.What about other CEL operations?
I want the ability to perform simple transformation using GraphQL variables, Firebase auth token and current timestamp. For example:
_expr: "'hello from ' + auth.email"
I want the ability to combine data from different sources. Like execute a query and then use its result to perform another query or mutation. CEL expression can help cross reference data in previous steps.
6 votes -
Export event state to BigQuery
Currently the events exported from Firebase to BigQuery don't have the issue state, which requires additional work to check the issue state without the information on when the state was updated.
The proposal is that real-time exporting can consider the issue state at the time of receiving the event.
E.g.
- Issue ID 1 currently has an open state
- Issue ID 1 receives event ID A at 10:30am
- Issue ID 1 is set to a closed state at 10:31am
- Issue ID 1 receives event ID B at 10:32am
- BigQuery has event ID A set as open…8 votes -
Allow custom Slack webhook URLs when integrating with Crashlytics
Problem
When filling out the form to add a Slack webhook URL for a Crashlytics project the form only allows URLs that begin with https://hooks.slack.com/..., however, some companies have their own proxy URLs to manage the Slack webhooks for their enterprise Slack instance (e.g. https://hooks.mycompanydomain.com/...).
Feature request
Please relax the client-side only form validation to allow other hostnames besides "hooks.slack.com".
12 votes -
Add Linux platform support
What feature would you like to see?
I would like to see Firebase add official support for the Linux platform. This enhancement would allow developers to build applications that leverage Firebase services natively on Linux, enabling broader platform compatibility and empowering Linux-based applications.Why would it be useful?
Adding Linux support would:Enable developers to integrate Firebase services directly into Linux-based applications.
Provide parity with other supported platforms (e.g., iOS, Android, Web).
Open up Firebase's powerful features (e.g., authentication, cloud storage, Firestore) to a growing user base on Linux desktop and server environments.2 votes -
python flask web server -> test creation
seems very difficult to create some testcases for a python flask web app, i did end up outside, so maybe it could improve usabilty, even i fully understanbd tests are overestimated :-)
1 vote -
Google Drive on Google Workspace, even realized for Secure Gemini of Enterprise-level Google Workspace
I have been not found any way to Access the Files, Even If Stored in Google Drive, tor importing Big Knowledge Graph Data , Huge Training Data related to ML and AI , Sample Data for Large Test, etc.
3 votes -
Disable build script in `firebase deploy` OR enable env configurations
Right now there's not the ability to select a build configuration. I want that either firebase leaves to the developers the option to build the app, or that a developer can instruct firebase to use a specific build configuration.
2 votes -
Add it so i can import a part of github repository. I want to do https://github.com/user/repo.git?dir=folder_name
When importing a github repository i want to import a part of it as the head of my github root is the not the main folder of my github repo. I also have web in the same repo.
I have a flutter app. btw
2 votes -
Redis
It would be cool to see Redis within databases templates.
1 vote
- Don't see your idea?