1556 results found
-
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…30 votes -
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
30 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
30 votes -
DocumentReference join query
Please add a join query to Cloud Firestore. It seems that using DocumentReference for the join would be appropriate.
30 votes -
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
29 votes -
Support TypeScript in Cloud Functions
It's a pain to have to configure a process to watch and transpile TypeScript files to use in the emulator. Firebase CLI should have built-in support for it both in the emulator (with automatic watching, or on-the-fly transpilation as I showed here https://github.com/firebase/firebase-tools/issues/5633#issuecomment-1622585432) and when deploying.
29 votes -
Integrate with Row Level Security (RLS)
Allow clear integration with Postgres's RLS while defining access permissions.
28 votes -
Better support for Cloud Tasks, e.g. queues
It is currently already possible to create google cloud tasks. However, this could be better integrated by creating an abstraction for queues, for example, which can also be monitored and controlled via the admin console and firebase emulator.
28 votes -
28 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.
27 votes -
Schema Creator Tool in the Firebase Console
Support creating GraphQL schema in the Firebase console
27 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)
27 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.
27 votes -
Support C#
Please support C# language
27 votes -
27 votes
-
full stack project using frontend + backend + database [fastapi/flask][react/next/vite][postgres/mongo]
full stack project using frontend + backend + database [fastapi/flask][react/next/vite][postgres/mongo]
26 votes -
Add a Preview environment for App Hosting deployments.
As a developer, I want to be able to deploy my Next.js web app hosted using App Hosting to a Preview "channel", similar to
firebase hosting:channel:deploy
in hosting.
Thanks.26 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.
26 votes -
Why can't just use apt?
Think with me...
I'm a fullstack dev, that uses Flutter to client-side and Node.js to the server-side.
That's why I downloaded at my personal linux computer, the following CLIs: node, npm and flutter.
But, when I started to try to use idx, I found an obstacle!
The terminal doesn't allow me to use neither apt nor snap, to download flutter SDK to my workspace(that was created by a GitHub repo).
So, I created another workspace, selecting "Flutter" this time.
And now, I can't use node, because APT is not allowed!
Neither sudo exists!(My terminal is bash)
user@monospace-getz-1702146325587:~/myapp$ npm
bash:…25 votes -
Security Rules: unique() operator
I am submitting a feature request to introduce a 'unique()' operator in Firestore's security rules, offering a streamlined method to enforce data uniqueness within collections. This operator would not only simplify validation and potentially reduce reads by leveraging Firestore's hidden index table, but also eliminate the need for a separate cloud function, similar to the 'get()' and 'exists()' operations.
Background:
At present, ensuring data uniqueness in Firestore often requires workarounds that are less than optimal and can impact scalability.
Feature Proposal:
The proposed 'unique()' operator would operate much like the 'exists()' operation, but with a focus on reading Firestore's concealed…
25 votes
- Don't see your idea?