682 results found
-
SQL Full-Text Search
Index and query your data with full-text search leveraging PostgreSQL's built-in capabilities including stemming, ignoring stop words, and weighted relevance scoring.
98 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.
22 votes -
Remove "Recent Projects" list from Firebase homepage
Removes "Recent Projects" list from Firebase homepage, or hide it when there are a total of 8 projects or less. I have to switch across projects frequently, and the recent projects list is not useful as we only have 8 projects. 5 projects are duplicated on the page and this confuses my eyes a lot. Perhaps alternatively have a table of projects?
1 vote -
Increase the size of remote config from 1MB to 10MB
Why not increase the file size for remote config? Right now it only holds 1MB of text, but if you zip a 1MB plain text file you can reduce it to 100kb or less. So, why not increase the configuration size to 10MB?
1MB remoteconfig.json ==> compress file ==> 80kb remoteconfig.zip
12 votes -
Automated Function Calling for Kotlin
Allow the SDK to call automatically the functions that the model requires before to proceed with the prompt
1 vote -
Go: Implement ProjectManagement API
Go developers should be able to interact with Project Management API using the SDK like Node.js/Python devs can do
2 votes -
Allow listening to firestore document/query changes without getting a snapshot automatially
The default behavior when listening to a document/query is that you will always get an initial invoke of your listener.
Allowing to change this behavior would give more freedom, in the case that the developer wishes to fetch the initial values asynchronously and then have the changes delivered via the callback.2 votes -
Support offline capabilities for mobile using React Native
I can see offline capabilities for mobile using Kotlin, Java, Swift and Objective-C. I am requesting offline support for React Native application.
1 vote -
Real Android TV devices in Firebase Testlab
At the moment we only have emulators for Android TV. Would be nice to have the option to have Android TV real devices as well.
11 votes -
Slack webhook for app distribution
When we share a build to Firebase App Distribution it would be great to share that build details and link into slack. There's no easy way of doing this at the moment.
3 votes -
Add an argument that automatically chunks cloud function deployments according to the maximal possible quota
When deploying multiple cloud functions at once via
firebase deploy --only functions
we frequently run into quota issues like:
functions: got "Quota Exceeded" error while trying to update projects/.... Waiting to retry...
It never retries though.
It would make it way easier if you could add an argument to the deployment command like:
firebase deploy --only functions --chunked 50
3 votes -
azure
For Firebase / Flutter administrators who would like to use Entra AD (Azure AD) for Flutter Android,iOS and Web apps, the administrative setup and documentation should be easy to follow. The administrative process should be consistent with the Google authentication scenario.
1 vote -
gRPC support in firebase Performance Monitoring
firebase Performance Monitoring automatically collects all the https API called invoked from the app. Add the same support for the gRPC API calls as well.
2 votes -
Firebase Admin Lite
Right now you can't host Firebase on Cloudflare, Vercel Edge Functions, Bun, or Deno without using the "Firestore Lite" package. However, there are no "auth" functions, and no access to admin functions. We will need to create server sessions etc on the server. This cannot be done in NON NodeJS environments without the REST API. There needs to be a Firebase Admin Lite package, or the very least add an "auth" lite package.
8 votes -
Raise the Firestore Rules Expression Limit
Raise the maximum expression limit for firestore rules to make more complex doc schema validation possible.
1 vote -
Remote Config Emulator
Provide a native emulator for Remote Config with A/B tests will be great, but is not critical.
4 votes -
It is recommended that firebase add native crash and java crash filtering
Translation: It is recommended that firebase add native crash and java crash filtering to facilitate checking the crash-free rate of native and java crash, and also to facilitate timely discovery of some problems.
Original: 建议 firebase 加上 native crash 与 java crash 的过滤,便于查看 native 与 java crash 的 crash-free 率,也便于及时发现一些问题
1 vote -
Secure Transport Layer Implementation
The "Secure Transport Layer Implementation" idea centers around fortifying the application's transport layer to mitigate vulnerabilities, particularly the risk of insufficient protection against attacks like POODLE. This vulnerability exposes the application to potential exploits, compromising the confidentiality and integrity of data exchanged between the application and its users.
Insufficient transport layer protection opens the door to various security threats, including man-in-the-middle attacks, data interception, injection of malicious content, and communication redirection. These threats undermine the trustworthiness of the application and jeopardize user data security.
To address this vulnerability effectively, it's imperative to reinforce the application's transport layer security by implementing…
12 votes -
Filter by package name
Should be interesting to filter bugs by package name
2 votes -
Manual reloading of firebase functions in emulator
I'm suggesting this feature of nodemon:
https://github.com/remy/nodemon?tab=readme-ov-file#manual-restarting
Sometimes when inner dependencies changes, firebase emulator don't detect changes. So whenever I make a change in my large project, I have to always shutdown firebase emulator and restart it.
3 votes
- Don't see your idea?