666 results found
-
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,…
9 votes -
Using Genkit embedders (including from e.g. genkitx-openai-plugin)
Instead of only being able to select embedding models from Vertex AI (e.g. Gecko), it'd be great to be able to pass in any embedder imported from Genkit plugins like genkitx-openai-plugin or genkitx-cohere
1 vote -
Compatibility testing
Hello, a large number of real devices (test mobile phones) need to be used for Robo script compatibility testing. The number is 600. See the screenshot for details.
Samsung devices:['SM-J737T', 'SM-A536U1', 'SM-M127G', 'SM-T820', 'SM-F721U1', 'SM-A325M', 'SM-T875', 'SM-A315N', 'SM-J330L', 'SM-A6050', 'SM-G986U1', 'SM-N970F', 'SM-J530F', 'SM-M305M', 'SM-A5460', 'SM-J600F', 'SM-J5008', 'SM-J810M', 'SM-G9550', 'SM-G7508Q', 'SM-G9287', 'SM-A426B', 'SM-G8850', 'SM-F946N', 'SM-A013F', 'SM-N9005', 'SM-A505YN', 'SM-J415FN', 'SM-T805', 'SM-A600G', 'SM-M215F', 'SM-P350', 'SM-A226L', 'SM-T295', 'SM-A032F', 'SM-A225F', 'SM-T505', 'SM-A305F', 'SM-A127F', 'SM-J737V', 'SM-A8000', 'SM-A115M', 'SM-N950F', 'SM-G960X', 'SM-N9200', 'SM-A260F', 'SM-T290', 'SM-N935F', 'SM-S918U', 'SM-G950U1', 'SM-A307FN', 'SM-G9960', 'SM-N981B', 'SM-N9860', 'SM-S9010', 'SM-G6200', 'SM-A505FM', 'SM-T810', 'SM-F9000', 'SM-G973U1', 'SM-F936B', 'SM-J730FM', 'SM-G950F', 'SM-A235N', 'SM-G975U1', 'SM-N970U', 'SM-G975F', 'SM-M205G', 'SM-M135FU', 'SM-G970U1', 'SM-A215U',…2 votes -
AI Summarization of my Alerts
Let Gemini in Firebase summarize my Alerts, informing me of any new trends in my app that I should know about, and offering recommendations for how to address issues.
1 vote -
AI Assistance in the Firebase CLI
Bring Gemini in Firebase into the Firebase CLI to help suggest the right CLI command for me to use based on my needs (that I describe in natural language).
1 vote -
Firebase Realtime Chat SDk
Integrate a real-time chat SDK into Firebase to streamline the development process of creating chat applications from scratch.
1 vote -
Blocking Functions for User Reset password
Currently you can only add blocking functions for User signup and User sign in. I want to be able to add a Blocking function for User Reset password.
This way I can customize password requirements at the API level and implement features in Cloud functions + Firestore such as preventing previous password reuse.
I would have used Cloud Functions + Firestore for my Blocking function, but because this feature didn't exist I ultimately decided to move my auth password checks to my AWS hosted backend API.
3 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
21 votes -
Sort screen rendering traces by impact
Currently, the screen rendering trace tool displays a list of issues, but with many items, it becomes overwhelming to sift through and identify the most significant problems.
Specific Challenges
- Volume of Data: With many items in the trace list, manually identifying high-impact issues is impractical.
- Lack of Prioritization: The current list does not prioritize issues based on their impact, making it difficult to focus on what matters most.
- Efficiency: Developers need a way to quickly pinpoint and address the most significant rendering issues to improve application performance.
Proposed Solution
Introduce an "Impact Sort" option in the screen rendering trace tool.…
1 vote -
Train A Model Through API
I don't know if this is already exisiting but i think it should be possible to train a custom model through the vertex AI API for firebase.
1 vote -
Need a .net MAUI support on Apple sign-in for authentication
Need a .net MAUI support on Apple sign-in for authentication
1 vote -
Allow reverse chrono time sort of files in cloud storage in the Firebase UI
I need to go to the underlying cloud storage UI to do this currently which is a pain and I need to leave the Firebase environment.
1 vote -
Add input and output tokens used and model to the response object.
One of the very useful things about the Open AI API is that the response includes the amount of input and output tokens used , as well as the model that was hit. I am recording this data per call in my firebase instance for my app along with time of processing to monitor performance. I also add the appropriate cost per model in there and so I dynamically calculate the costs per model call as well. This helps me make business case decisions on how I use the AI.
It would be great to have that available in the Vertex AI API…1 vote -
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 -
23 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 -
24 hour format for Crashlytics graphics
The "last 24 hours" and "last 60 minutes" graphics in Crashlytics show the time axis in AM/PM format. I'd like to be able to change it to 24 hour format.
6 votes -
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
1 vote -
Add custom permissions claims to access tokens via Firebase web interface
Firebase currently only allows you to add custom claims to ID tokens, and it suggests adding role based access control (RBAC) permissions in those ID token claims.
RBAC custom claims should be added to the access token which is already included in the Authorization header in all API requests, so the API already has access to the token that it needs. Additionally including an ID token in API requests so that the API can read permissions from it is overly complicated and superfluous.
Furthermore, you should be able to add these claims to access tokens for specific users via the…
2 votes -
20 votes
- Don't see your idea?