1807 results found
-
Allow field selections in client sdk's
Let's say I have an orders collection where each document represents a customer order.
I would like to be able to fetch and listen to only the names and dates of all orders and not get the whole document.
This would speed up a lot queries where not all fields are required and save bandwidth for users.
Since selection is already present in some server side SDK's I wonder if this could be enabled with a somewhat manageable effort.
11 votes -
Add Android TV support for the AppTester app
The Firebase Apptester APK is incredibly close to having full Android TV support, please add the last remaining steps to make it fully compatible.
User scenario: As a developer, I want my QA-Testers to have access to new TV builds. I can deploy these into apptester, but QA currently has to download the .apk and then manually install them via adb. It would be nice to simply install apptester onto the TV test-device and get the releases there immediately.
What I have tested: it's already possible to install the apptester apk onto a TV, and it runs beautifully: Login works,…
11 votes -
Support monorepo
Firebase functions does not support monorepo structures (NPM monorepo, NX, Turborepo) during deployment.
Firebase uses custom archive logic for functions packaging (https://github.com/firebase/firebase-tools/blob/127ca3fbf7549d6c0cdf12e89e4465de9dd2b7c9/src/deploy/functions/prepareFunctionsUpload.ts), which does not support internal packages deployment out of the box.
Github discussion: https://github.com/firebase/firebase-tools/issues/653
25 votes -
13 votes
-
Add velocity for ANR alert mechanism in Android App
We have been using Firebase to monitor and improve the performance of our Android app.
I am reaching out to you today to request the addition of a velocity alert mechanism for Application Not Responding (ANR) incidents in Firebase. Currently, we find that identifying and addressing ANRs promptly is crucial for maintaining a positive user experience. However, a velocity alert mechanism would significantly enhance our ability to proactively address issues.
Here are a few reasons why we believe a velocity alert mechanism for ANRs would be beneficial:
Early Detection: With a velocity alert, we can detect a sudden increase in…
4 votes -
Support named database data retention with import and export-on-exit flags
Now that we can create named databases and see those databases in the firestore emulator, it would be nice if the import and export-on-exit flags also respected these named databases and imported the data previously exported into the correct database.
2 votes -
Mobile Preview Support for Web Apps
Worldwide, many users browse the internet on their mobile devices. We want to make it easier to test your web app more accurately across Android and iOS devices to catch any quirks (differing native UI, varying screen sizes, rendering engine bugs, etc.) the mobile environments may introduce.
17 votes -
The ability too see when an index was last accessed
When a project grows to a certain size, you'll likely have many indexes with associated queries.
However, queries change, or get removed, and currently there's no way to see if an index could be safely removed, after a query is; which would be a great feature.
11 votes -
Integration with Google Cloud Platform
Optional integration with Google Cloud so can work from console for common tasks like Cloud Build/Run etc
11 votes -
Show logs for flutter simulators
There doesn't seem to be an easy way (that I can find) to see run logs of any of the simulators for Flutter.
I did see the device log for iOS, but not anywhere you can see print statements.
4 votes -
FieldValue.min() and FieldValue.max()
Currently the Firestore API supports FieldValue.increment() to atomically increment or decrement a numeric value. I propose to add:
FieldValue.max(value): if the provided value is greater than the existing value on the server, then the field on the server takes this value. If it is less than the existing value, then the existing value remains.
FieldValue.min(value): (the opposite) if the provided value is less than the existing value on the server, then the field on the server takes this value. If it is greater than the existing value, then the existing value remains.
These operators should work on numeric fields AND…
20 votes -
Intelljidea IDE support for Flutter
I use Intellij Idea a lot to develop in Flutter, I would greatly appreciate if you can work on intellijidea for Flutter, Thanks
4 votes -
Topic for sharing idx.nix configurations
Community topic for sharing customised and passionately created custom idx.nix configurations
1 vote -
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 -
When will it be available for South Koreans to use?
I'm a big fan of Flutter and I'm eagerly anticipating Project IDX. As a Korean, when can I expect to be able to use it, even in beta? Of course, I've already signed up for the waiting list.
2 votes -
Better out of the box preview for plain HTML+CSS+JS site
I cloned my static HTML+CSS+JS site.
On a local machine, I could literally double click index.html and get an instant preview. If I wanted to be a bit more fancy, I'd spin upnpx serve
I expected IDX to display a small "preview" icon at the top right when opening an HTML file. It claims support for web, but isn't able to preview the most basic web page out of the box.
11 votes -
2 votes
-
26 votes
-
Dodanie oprucz flutter kotlin project i java i dodanie więcej templates do aplikacji mobilnych
Morzliwość dodania więcej templates dla aplikacji mobilnych
1 vote -
Performance Network Request Integration with DIO Flutter Package
Flutter applications that use https://pub.dev/packages/dio should be able to get automatic network logging to Performance Monitoring.
2 votes
- Don't see your idea?