732 results found
-
supports renaming tester groups for App Distribution
It seems impossible to rename tester groups in App Distribution while it seems useful to have some options to organize the groups based on progressive insight.
10 votes -
Integrate with Row Level Security (RLS)
Allow clear integration with Postgres's RLS while defining access permissions.
24 votes -
API support for insertMany and updateMany
Currently Data Connect insertMany and updateMany mutations do not support being passed multiple records via the SDK. Figure out a way to enable this so we can insert multiple rows in the same “@transaction” via the API.
4 votes -
258 votes
Hi folks, this is being actively worked on, and is expected to preview sometime in H1 2024. Thank you for using UserVoice to help us prioritize!
-
Low-Latency Data Cache
Allow configurable caching of query results for reduced end-to-end latency and reduced resource pressure on underlying data sources.
24 votes -
Allow to use customClaims in eq_expr
Im developing a multi tenant system using firebase dataconnect and it would be very usefull use a query like this:
query getServices @auth(level: USER) {
services(where: {
tenantId: {eq_expr: "auth.token.tenantId"}
})
{
id
name
}
}unfurtunately when i run this query i received the message:
query, getServices, services (where.tenantId.eqexpr: StringExpr): unsupported expression "auth.token.tenantId" (currently only "auth.uid" and "uuidV4()" are supported)4 votes -
Speed up Firestore Index Creation
I absolutely love the fact how firebase handles non-existing indexes with a link to the creation of an index.
I also understand, that building the index, even for an empty database takes a couple of minutes, but maybe there is something you can do to speed up the process.5 votes -
Support inline/embeded types stored as structured JSONB columns
Allow storing structured types in JSONB columns using an @inline (or @embed) directive on the field.
type Address {
street: String!
street2: String
city: String!
state: String!
zipcode: String!
}type User @table {
address: Address @inline # stores as JSONB
}16 votes -
View Firestore Total Space Used
Currently, billing/usage only shows usage for reads/writes/deletes. We are also being billed for total storage space. Can you please add observability into how much space is currently being used across each Firestore Database?
4 votes -
Schema Creator Tool in the Firebase Console
Support creating GraphQL schema in the Firebase console
23 votes -
Customizable SMS Verification Messages for Firebase Authentication
Currently, SMS verification messages in Firebase Authentication include fixed text elements that cannot be customized. For Netherlands numbers, the message includes "Firebase App" text and a link, while for non-EU numbers, this text is omitted but still includes a link. Because some developers need to align SMS messages with their brand voice, remove links, or meet specific regulatory requirements in different regions, this lack of customization limits the flexibility and usability of Firebase Authentication.
Implementing a feature that allows developers to customize the text content of SMS verification messages would greatly enhance the service. This should include:
- Ability to use…
15 votes -
Support Markdown format for release notes files
When attaching release notes to a release using App Distribution, it would be great if Markdown files were supported and rendered (release emails, inside the Tester app, in the Console, etc).
11 votes -
Plano Blaze
Wow, I'm not able to create my Cloud Billing account 😔 I tried several ways, it just gives an error, I think I'll have to migrate to another database! It was so good when it was still possible to use the Storage without the Blaze Plan 🤦♂️, now I'm trying to hire the Blaze Plan and I'm not able to! Google makes it very difficult for its customers.
2 votes -
Anything Required for Upcoming APNs Certificate Update
Dear Firebase Support Team,
I hope you are doing well.
We recently received a notification from Apple regarding the upcoming Apple Push Notification service (APNs) server certificate update. As per Apple's update:
Sandbox APNs certificates were updated on January 21, 2025.
Production APNs certificates will be updated on February 24, 2025.
We are currently using Firebase Cloud Messaging (FCM) to send push notifications to our iOS app (<com.datamyte.digitalclipboard>).As of now everything working as expected, we would like to confirm:
Does Firebase automatically support these APNs certificate updates, or is any action required from our side to ensure continued push…2 votes -
makes the documentations optimised for older chrome versions
The current docs for chrome version 128.0.6613.138 are not functional with dropdown menus and buttons not responsive to hovers and clicks, please make it compatible
1 vote -
Request for Biweekly and Monthly Backup Options in Firestore
Currently, Firestore only supports daily and weekly scheduled backups. We would like to request the addition of both biweekly and monthly backup options. These features would provide greater flexibility for projects where weekly backups are too frequent, but biweekly or monthly backups would better suit our needs.
Thank you for considering this enhancement to support diverse backup schedules for Firestore users.
4 votes -
support for nuxt
support for nuxt
17 votes -
messaging reports you can select by year also so if you want to do a summary of 2024 example you can have access
messaging reports you can select by year also so if you want to do a summary of 2024 example you can have access
1 vote -
Allow to connect emulator with a tier SQL client
I get that firebase dev really want to push their DataConnect api but any full featured tiers SQL client would allow us to have a wider view of what worked in our dev environment.
It would be way faster than using any official cli or any generated query to look how our data is shaped within the database.
1 vote -
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.
17 votes
- Don't see your idea?