13 results found
-
Dart SDK for Data Connect
Support using Data Connect in Dart and Flutter apps, by having a core SDK for Dart and generating Dart types from the schema.
138 votesData Connect is now in public preview with full support for Flutter, including generated SDKs!
See the docs for more: https://firebase.google.com/docs/data-connect/flutter-sdk
-
Query Pagination
Data Connect now supports LIMIT and ORDER BY.
Would love
OFFSET
and page token support to resume from a long query.49 votesWe have added support for "offset" to Data Connect table queries. We may evaluate more sophisticated pagination token support in the future, but this should unblock simple use cases!
-
Monorepo support
The current buildpacks used for Next.js in App Hosting can't seem to deploy monorepo setups.
I think it would be really useful if App Hosting supported this, especially since Next.js has great monorepo support via the
transpileModules
config option.19 votesWe launched support for Nx-based monorepos in App Hosting as part of our July update. If you are looking for support for different monorepo tooling, please file a new UserVoice request for your specific tooling (so that we can track interest and prioritize!).
Thanks for your feedback!
-
Automatic Backups for Firestore
This feedback has been automatically imported from Firebase's Bug Tracker.
216 votes -
Dark Mode for Firebase Console
The Firebase console (and the documentation) is the only light-mode page I frequent.
If it's impossible, they switch the whites to grays or something.
The page is too bright!89 votes -
Stop forcing page translation based on IP
Stop forcing page translation based on IP country for VPN/Proxy users.
It is annoying, you can't even change the language on bottom page, you meet with an pop up error.1 vote -
Support multiple range query
We would like to narrow down the range so that it can be divided and synchronized, but it is not enough if there is only one range condition.
It would be great if we could narrow down it by two conditions by adding at least one more range.For example,
* TimeRange & IntRange
At Some EC services:createdAt
before 1 month ANDprice
> 5000- IntRange & IntRange
At Some graphic services: (500 >=
x
> 0) AND (0 >=y
> -500)createdAt
before 1 month ANDprice
> 5000
Query is like this:
collectionRef
.where("x", ">", 0).where("x",…53 votesIt is now possible to have range and inequality conditions on multiple fields in one query.
Find the release notes here:
- https://cloud.google.com/firestore/docs/release-notes#March_27_2024
- https://firebase.google.com/support/releases#firestore-query-explain
And the documentation here:
- https://firebase.google.com/docs/firestore/query-data/multiple-range-fields
- https://firebase.google.com/docs/firestore/query-data/multiple-range-optimize-indexes
- IntRange & IntRange
At Some graphic services: (500 >=
-
Support for Working/Root Directory on firebase apphosting:backends:create
my codebase is large and a monorepo, my next app is inside other directories
I simply want to set the working/root dir when I create a new firebase backend.
At the moment, I simply cannot deploy to Firebase AppHosting Backend for NextJS
Please add this option to the CLI or UI so I can deploy!
2 votesWe've fixed the issue related to custom root_directory not working. You should be able to do this with App Hosting now!
-
48 votes
This is available for Firebase Authentication and Google Cloud Identity Platform. Firebase recently launched a UI in the Firebase console under Authentication --> Settings --> Password Policy.
-
Multitenant Firestore Database
Allows the creation of multiple databases in Firestore. In datastore, it already has out-of-the-box multitenancy support that allows logical partitioning of data. While you can separate tenants through collections, it helps if we have this natively.
27 votesThis feature shipped in preview on July 10, 2023: https://cloud.google.com/firestore/docs/release-notes#July_07_2023 -
Put a link to Feedback page on Firebase
The only link to the feature request is in the email. I don't want to keep the email in my mailbox in order to have the link to the UserVoice :)
Let's put a link there that will be available to only the members of the alpha group.
6 votes -
2 votes
-
1 vote
- Don't see your idea?