2071 results found
-
Should have a way to view the emulator
Needs a way to re-open the android emulator when it is accidentally closed without having to re-build the app
36 votes -
36 votes
-
Having pure Dart SDKs for Firebase
Note: If your top priority is to use Flutter with Firebase on Windows/Linux, this may not be the best option.
Currently, the Flutter SDKs (also known as FlutterFire) are wrappers around other existing SDKs, such as the iOS, Android, and web SDKs. This allows Flutter apps to target these platforms when using Firebase. However, if a Flutter app needs to target other platforms, it is not possible. A pure Dart SDK would allow developers to target all the devices that Flutter supports, but they would need to manually customize the integration with Google Analytics in Firebase. This manual integration could…
36 votes -
Support geographic area and proximity searches with PostGIS
Add GeoPoint and GeoBox scalar types and enable rich geo searching queries including indexing, "search within area", "find closest to point within radius", etc.
35 votes -
Connectors with Admin-Only Access
Create sets of reusable operations that are not accessible from client applications but can be called from server code or manually in the Firebase Console.
35 votes -
Custom Claims Editor
Show Custom Claims and allow them to be managed in the Firebase Authentication Console (like in the Emulator). Usefull for manually creating the first super user, for example.
35 votes -
Custom Serverless Resolvers
Write Node.js resolvers to enhance Data Connect with arbitrary server logic. Resolvers will be authored alongside the Data Connect schema and deployed to serverless infrastructure. Resolvers can either provide new top-level Query and Mutation fields or integrate with SQL table types.
34 votes -
A button to create Android and iOS emulators
It would've been great to be able to preview the apps on Android and iOS emulators straight from the UI without rebuilding the whole environment.
And generally, if that is possible with NIX, an option to change settings like aspect ratio etc.
34 votes -
Support Go in Cloud Functions
Go is much more efficient than Python or Js and should be the obvious choice for backend where performance is crucial
34 votes -
Crashlytics custom alerts
Crashlytics velocity alerting mechanism is very basic and it unfortunately generates a lot of false positive alerts. Support more advanced alarm settings
34 votes -
Integrate with Row Level Security (RLS)
Allow clear integration with Postgres's RLS while defining access permissions.
33 votes -
FastAPI - Python Backend Development
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.8+ based on standard Python type hints.
The key features are:
→ Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.
→ Fast to code: Increase the speed to develop features by about 200% to 300%.
→ Fewer bugs: Reduce about 40% of human (developer) induced errors.
→ Intuitive: Great editor support. Completion everywhere. Less time debugging.
→ Easy: Designed to be easy to use and learn. Less time reading docs.
→ Short: Minimize…33 votes -
Support Ruby on rails
It would be great to support RoR framework and ruby language and have a template for quickly building cloud ready applications in RoR. Also it would be great if you have other extra add-ons to that project template.
For ex. Ror with vue integration, scss integration etc33 votesWe have released a preview version of our Ruby support for you all to try out! :-)
https://community.idx.dev/t/check-out-our-new-backend-focused-templates/746
Feel free to reply in the forums itself with your feedback.
-
Native code syntax highlighting with Flutter
If you're working on a Flutter plugin, which. includes native code (eg Kotlin, Swift) then those files are accurately labeled in the navigator on the left, but syntax highlighting for those languages appears not to work
33 votes -
Monorepo support
Hello, Just discovering IDX, very exciting product!
I just set up a repo that is a monorepo, with /backend with a Nest.js server, and a /frontend with an Angular app.Is it possible to:
- Have both running, port 3000 and 8080, and allow each to communicate with each other?
- Set up monospace.json and specifyworking_directory
for each project listed?For the moment, should the monospace.json file live in the root of the repo, or nested at the root of each project?
33 votes -
DocumentReference join query
Please add a join query to Cloud Firestore. It seems that using DocumentReference for the join would be appropriate.
33 votes -
More space for IDX projects 100GB
We can't complete a basic yarn install our monorepo at work. We run into the following error.
ENOSPC: no space left on device
While trying to complete the yarn install. I've returned several times to the IDX project and have finally given up trying to do practical work for our live production projects with IDX as we can't even install our packages at work to get our projects running. What an absolute collosal waste of time.
Please for the love of christ increase the project capacity so we can get our commercial projects running in IDX.
31 votes -
Deploy an iOS to the app store from IDX
Deploying an iOS app to the app store currently requires Xcode to build the IPA file and then the macOS transporter app to drop the IPA file into App Store Connect. It would be great to give developers the ability to publish an iOS app (built with Flutter or another framework) to App Store without needing to drop down to local apps on a mac machine.
31 votes -
Low-Latency Data Cache
Allow configurable caching of query results for reduced end-to-end latency and reduced resource pressure on underlying data sources.
30 votes -
Kotlin support
It's possible to add Kotlin + Gradle through NixOS packages, it'd be easier to have this as a template now (to fast-track Ktor, Android and KMP project creation later)
30 votes
- Don't see your idea?