1218 results found
-
2 votes
-
2 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
}20 votes -
i want to make an application that collectes all data base from google
it should have a search bar
1 vote -
Support .NET (C#) in Firebase Functions.
Firebase has .NET SDKs for the client and admin SDKS. It would be nice if Firebase Functions supported .NET (C#) especially since GCP Cloud Run Functions already support .NET.
4 votes -
saya tidak bisa membuat projek saya dengan akun ini
saya tidak bisa membuat projek saya dengan akun ini
1 vote -
2 votes
-
create a UI for managing environment variables and surfacing build error messages in the Firebase console
create a UI for managing environment variables and surfacing build error messages in the Firebase console (so you don't have to go into CloudBuild)
25 votes -
Allow direct "Zip and Download" for the project root directory
Currently, the "Zip and Download" function is only available for subdirectories and individual files, but not for the root project directory. So it is hard to download the whole project to a single zip file.
1 vote -
Fix Body Parse
If bad JSON is sent to a cloud function, for example if the function is an API endpoint, the body-parse in Firebase Functions will throw an HTML response error before and user function code is run.
This is a really bad experience for endpoint users where instead of a formatted JSON error message, they get a strange HTML response.
The body-parser used in by Firebase Functions should pass along the error instead of returning the response.
6 votes -
1 vote
-
Enhanced AI Debugging and Self-Correction:
Suggestion: Significantly improve the AI's ability to interpret and act on explicit error messages and detailed debugging instructions.
Reasoning: If a human can be told "function X is undefined in line Y of file Z, and here's how to fix it," the AI should be able to process this and apply the fix. Its failure to do so, even with precise input, indicates a major weakness in its current debugging capabilities.
Specific Features:
Error Message Parsing: Deeper understanding and immediate action on common error types (e.g., "undefined function/variable," "syntax errors").
Contextual Debugging: When an error occurs, the AI should automatically…
1 vote -
Hosting should preserve the client's IP address when proxying to Cloud Run
When using hosting with rewrites to Cloud Run (e.g., routing all requests to /api/** to a Cloud Run container), the clientIp always reflects the IP address of a Google server rather than the actual client’s IP address. As a result, filtering incoming requests by IP address in the logs viewer becomes impossible.
It would be great if the x-forwarded-for header could be used to populate this field instead.5 votes -
Think Different: Gemini Subscription Rant
Dear product manager, Gemini in Firebase is far from a good and useful product compared to the competition. The usability really sucks yet, however you're already trying to sell a subscription of it.
Firebase sounds awesome and I'm making some trials. But make a decision:
Or you try to sell Firebase making it really easy to test and conclude projects using AI with trully integrated Gemini with great workflow usability to built Apps and write code or you try to sell general Gemini subscription here. Other AIs are bringing better results to develop Firebase solutions.
I'm not buying an early…
3 votes -
dont force scroll down in chat
allow to have the gemini chat to not keep pushing the latest response. Ie let me read the beginning response while its still generating
2 votes -
Velocity alerts for overall crash rate
Allow configuration of velocity alerts for overall crash rate rather than individually spiking crashes.
8 votes -
I have created my test application on both the Firebase and Google Cloud platforms. 2. The corresponding SDK has already been integrated int
I have created my test application on both the Firebase and Google Cloud platforms.
2. The corresponding SDK has already been integrated into my project.
When I use the integrated Firebase Google login, I can trigger the pop-up window for selecting the account. After selecting the account, it prompts ApiException: 10. I checked the registration settings on the platform, the SHA1 value, and the webclientid I used were all correct. However, when I tried to log in, I still encountered an error.
com.google.android.gms.common.api.ApiException10:at com.google.android.gms.common.internal.
piExceptionUtil.fromStatus(com.google.android.qmsat com.google.android.gms.auth.api.signin.oogleSignIn.getsignedInAccountFromIntent(com.goog
ctivityResult(MainActat com.small.world.fiction.MainActivity.ontivity.kt:52)at android.app.Activity.dispatchActivityReult(Activity.java:8517)at android.app.ActivityThread.deliverResuls(ActivityThread.java:5156)ult(ActivityThread.java:5204)at android.app.ActivityThread.handleSendReat android.app.servertransaction.ActivityR! sultItem.execute(ActivityResultItem.java:51)
at android.app.servertransaction.TransactinExecutor.executeCallbacks(TransactionExecutor.jaat android.app.servertransaction.TransactinExecutor.execute(TransactionExecutor.java:95)ge(ActivityThread.java:2136)at android.app.ActivityThread$H.handleMess1 vote -
Fix GitHub integration
Issues:
- In the app hosting wizard: Connecting a GitHub account that is not the owner of the GitHub repository and then removing it breaks the GitHub integration process and the App Hosting set up process.
- Being just a collaborator to a GitHub repo doesn't make it visible in the App Hosting Set Up wizard, you have to connect with the GitHub account of the owner of the repo.
Error messages:
- Connection verification failed: unable to verify the authorization token: GET https://api.github.com/user: 401 Bad credentials []: failed precondition.
- Error: Request to https://developerconnect.googleapis.com/v1/projects/PROJECT-ID/locations/europe-west4/connections/firebase-app-hosting-github-oauth:fetchGitHubInstallations had HTTP Error: 400, Failed to list GitHub installations
…
5 votes -
1 vote
-
App Testing Agent should support interaction between two apps
If App Testing Agent could test two apps at once (separate phones but connected via network and bluetooth), that would enable many interactive test cases for us.
1 vote
- Don't see your idea?