1230 results found
-
I want to able to set Cloud Run Execution Environment in Cloud Functions
https://docs.cloud.google.com/run/docs/configuring/execution-environments
Since Cloud Functions v2 run on Cloud Run and Cloud Run supports two different execution environment, I want to be able to set them, e.g.
const { onRequest } = require("firebase-functions/v2/https");
// Set it for a specific function
exports.myFunction = onRequest({
executionEnvironment: 'gen1', // This tells Cloud Run to use its Gen1 environment
memory: '256MiB',
}, (req, res) => {
res.send("Running on Cloud Run Gen1 environment!");
});1 vote -
Make prototyping AI ask to make changes
The prototyping AI will automatically start making changes after I ask a simple question. I have to type "don't make changes" after each prompt. It needs to confirm changes before editing.
7 votes -
Firestore Rules Tab - Separation of Concerns
Firestore rules tab should allow deploying multiple tabs so that all rules are not in the same rules container in the UI. This will allow us to create separation of concerns(collections) to their own tabs. To prevent massive running list of rules.
As an example:
I have 2 collections
Users
PetsI should be able to write my rules for Users in a tab.
Then in a completely separate tab, write the rules for PetsThen deploy them individually or all at the same time.
5 votes -
meraestore
Aap store Play store Google service Google product
2 votes -
BUILD
LOVE
2 votes -
Any one hacke my phone automatically attacks how track that devices totally collapsed
Hel that himself completely distracted.
Only one system connected.4 votes -
Support Next.js Image Optimizations
Using Next/Image on Firebase App Hosting makes images load slowly. Are Next's built-in image optimizations working with Firebase App Hosting? When a second container starts, does the new container need to optimize every image again, or do containers share image files somehow? When a container shuts down, are those optimized images lost, or are they stored in persistent file storage?
37 votes -
Allow setting cloud build machine type in app hosting config
Default cloud build machine is e2-medium which only has 4GB ram
My epic nodejs web app build will OOM on heap when i has <4 GB ram
Please allow me to set build machine type to e2-standard-2 in apphosting.yaml4 votes -
Multiple Roles
As of now, firebase only supports single role. We want multiple role support. Example, Employer, Employee, Admin etc.
3 votes -
1 vote
-
make a software that acts as library for books
my idea is to create an android$ios software app that will be holding books for leading or which will act as a library
2 votes -
Put the collection name in the beginning of the page title of the Firebase web console
Right now it goes "Project Name - Database - Data - Firebase console" which can get confusing when i have multiple tabs open.
2 votes -
1 vote
-
User AI technology
User AI technology image generator text chat
6 votes -
Support fetching/returning data from mutations
Currently mutations return only the primary key of the created record, but it would be nice to be able to fetch the full record (including e.g. defaulted values) as part of a mutation.
64 votes -
replaces the AI module in Studio since it is a complete joke. There's no way to build a fully functional app.
Well, frankly I do not have an idea. Your Gemini AI code builder is far from good. Your platform is not capable to deliver a functional app. Gemini get suck even in very simple tasks. This is not a good think if you need users to pay for it. I honestly find hard to believe that this product from Google is totally unreliable and not at all up to the competitors.
7 votes -
It's agood app,to support the person who ready to get new things about his countries.
Learning technological system.
1 vote -
New things learn
Leadership and prosparity Idea
1 vote -
Introduce Simplified Serverless PostgreSQL with Streamlined Pricing
ostgreSQL is becoming the go-to database for many applications. Adding a serverless PostgreSQL service to Firebase with simple, predictable pricing to compete with supabase would be a game-changer. This would complement Firebase Data Connect by offering:
Full SQL capabilities
Real-time features
Easy integration with existing Google Cloud services
Simplified scaling and management
This addition would combine Firebase's ease of use with PostgreSQL's power, catering to projects needing complex queries and data manipulations. It provides an accessible option for developers who need relational database capabilities without the complexity of GraphQL or usage-based pricing. Leveraging Google Cloud's infrastructure, it would offer reliability…22 votes -
A native feature that allows developers to easily export all data related to a specific user from their Firebase project.
The idea is to add a native feature that allows developers to easily export all data related to a specific user from their Firebase project. Many applications must comply with privacy regulations that require them to provide users with a copy of their personal data. Today, developers usually need to build custom scripts to search across multiple Firebase services, which can be complex and time-consuming.
The proposed feature could be called User Data Export API. With a simple backend request using a user UID, Firebase would automatically scan all relevant services in the project and collect the data associated with…
1 vote
- Don't see your idea?