1794 results found
-
Support for streamlit and Langchains with gemini api in python plz. Currently only python flask is available but i dont want it i want it.
I want a interface to use stremlit and Langchain and Gemini api for Al/Ml development in project idx which is not available now plz aad this feature plz.
2 votes -
Allow String to Timestamp conversion in Firestore rules
In Firestore rule, it could be very powerful to convert String containing date to Timestamp. For example, the RevenueCat extension store date as ISO 8601 string and we can't use them in firestore rule because date are not Timestamp.
In my Firestore rule, I would like to do something like :
timestamp.parse(collection.data.expires_date) > request.time
24 votes -
Gra
Gra za kasę na paypal
2 votes -
Maven dependency in quick fix
I would like the option to insert maven dependencies into the pom.xml when an import is not able to be resolved. I'm sure you could also extend this beyond java.
I enjoy the quick fix feature, but the only thing it doesn't really fix is dependencies.
It shouldn't be too hard to pull up a maven central search and have it automagically grab the <dependency> and put it in the pom.
2 votes -
.NET MAUI Support
It would be nice to be able to create .NET MAUI mobile apps (even if for Android only at the beginning)
4 votes -
Blazor WASM support
In Backend there's the Blazor template which is Blazor server implementation, however Blazor WASM would also be nice in Mobile or Web App Templates
4 votes -
native
nativePollOnce should be excluded from ANR in Firebase
1 vote -
Zoom In and Zoom Out pls
In my wide screen code editor letters are too small, I want to Zoom In
3 votes -
Admin SDK send email verification
Currently, sending email verification is done through the client-side sdk. There is no method (to my knowledge) for sending email verification via the Admin SDK in a server environment.
The only workaround seems to be the "generateEmailVerificationLink" function but that requires the use of a custom email service. This is different from the client-sdk functionality.
The use case is SSR focused apps where user creation is also done via the Admin SDK and/or where support for no-js availability is a requirement.
1 vote -
Linea Vertical visualmente molesta
En un proyecto de flutter, se muestra una linea vertical en el medio del editor de texto, la cual resulta visualmente molesta y no consigo forma de ocultarla. Tengo entendido que es una linea para ayudar a mantener el texto organizado al funcionar como una guia, pero seria bueno poder ocultarla o modificarla.
5 votes -
Allow use of the filter value on whereArrayContains within a firestore rule
I believe that by simply allowing access to the whereArrayContains filter value, it should be possible to solve for a use-case which can generally only be resolved using an SQL/relational database or cloud functions.
Take the following query;
getDocs( query( collection(db, "profiles"), where("groupProfileLinkIdReference", "array-contains", "groupProfileLinkId1"), limit(1), ), )
If we can access the value which in this case is "groupProfileLinkId1", it becomes possible to do the following;
match /profiles/{profileId} { allow list: if validateListProfileDbEntry(); } function validateListProfileDbEntry(){ let groupProfileLinkId = resource.data.groupProfileLinkIdReference[0]; let groupProfileLink = get(/databases/$(database)/documents/groupProfileLink/$(groupProfileLinkId)).data; return groupProfileLink.isApproved == true; }
The way the data is modelled is that every time…
1 vote -
Emulator: Firestore requests with descending order + clear button
The Firestore requests page in the emulator currently sorts the requests by ascending execution time, which requires to scroll to the very bottom every time to see the last request. Very cumbersome.
The emulator should order by default by descending order and also offer a "clear" button to empty the list upon request.
4 votes -
Add previews for graphical programs other than web apps
If you want to work on graphical programs other than web, you can't really use idx, so please add a preview for graphical programs.
2 votes -
Add devices running iOS 17 and 18 in Test Lab
The newest iPhone model and iOS version available to run in Test Lab is an iPhone 14 Pro running iOS 16.6. With iOS 18 recently released, it would be great to have support for newer devices (iPhone 15 and 16 models) running the newest iOS versions (17.x and 18.x).
49 votes -
need for manually running Flask apps in a terminal and previewing them within the workspace with the link created for debugging purpose
need for manually running Flask apps in a terminal and previewing them within the workspace with the link created for debugging purpose
2 votes -
Allow for testing of eternal BLE / BT devices, even if by mocking
My company develops and markets a BLE-connected device for stress management. The device is controlled by our Android and iOS apps.
I would REALLY, REALLY, REALLY, REALLY love to have a way to test the interaction between different API levels and smartphones and our device, both for Android and iOS. Lack of this is really the Achilles'heel of any Test Lab - style automated testing facility, and if this feature does not work properly, any bug on the rest of the app does not matter.
I have been thinking of mocking the device via an ESP32 or Raspberry Pi running…
15 votes -
By-pass Firebase App Check
Running websites on Project IDX against a Firebase backend is super easy.
However, if AppCheck is enabled on the Firebase project it blocks traffic from the Project IDX hosting, essentially making it impossible to conduct any manual user testing.
Ideally Project IDX hosting should be while-listed in some fashion to allow to connect to Firebase resources protected by AppCheck.
2 votes -
我在Google开发者平台提交技术支持抛出"Error submitting request. Please try again later."错误,致使我无法寻求帮助。
我在Google开发者平台提交技术支持抛出"Error submitting request. Please try again later."错误,致使我无法寻求帮助。我不知道为什么会这样.....
1 vote -
1 vote
-
[Crashlytics] support all flutter supported platforms
support all flutter supported platforms
6 votes
- Don't see your idea?