2212 results found
-
Console: free up space to work on medium size screens
Outside the office, I work on an 11" Chromebook and the console layout is not at all user-friendly for screens that are not large.
The spaces in the appbarr, title, navigation and footer bars take up a lot of space and are fixed, the content of the page that is left for editing is very limited, having to scroll each line and some services do not even have space to open the item to be consulted, like in analytics, for example, some cards are truncated.5 votes -
Tab completions, rules, and tools integration for ease of setting up auth, db, storage, functions, agents, and cloud run
Tab completions, rules, and tools integration for ease of setting up auth, db, storage, functions, agents, and cloud run. Also, ease of third party integrations such as Neo4J DB, open-source auth, Supabase, stripe, and cloudflare pages (plus R2 and wirkers).
1 vote -
Extension support, i.e. postgis
One of the things that makes postgres great is it's extension support. Inability to integrate with extensions like postgis is a severe blocker.
19 votes -
1 vote
-
Currency
Digital currency
4 votes -
نحن بحاجه الا اضافة وجة بحث في الواتساب
الفكره تهدف الا تطوير وجهة نظري في الةاتساب ترقيته الا خانت مشغل فيديو وصوت ومعلومات اخرا مثلا عن التاريخ والاطعمه والمطابخ وما شابه ذالك
2 votes -
Interfaces, Union types in GraphQL
Support for GraphQL Interfaces or Union Types through the built in GraphQL schema builder tool. This was extensively discussed in the Google Chat group.
14 votes -
为什么我们的应用在上架google play之后,下载到手机,无法使用firebase auth 进行第三方登录(goolgle,apple),弹出了授权页面,但是确认后没有任何反应。 我们打包的release apk 一切正常,已经检查过firebase 的SHA1 ,与goo
为什么我们的应用在上架google play之后,下载到手机,无法使用firebase auth 进行第三方登录(goolgle,apple),弹出了授权页面,但是确认后没有任何反应。
我们打包的release apk 一切正常,已经检查过firebase 的SHA1 ,与google play的配置一致,在配置完成后,重新生成了firebase文件,还是无法解决问题。1 vote -
Automated Desktop-to-Web Application Conversion via AI
Feature Request: AI-Powered Desktop-to-Web Application Conversion
The Core Idea
I'm a Java desktop application developer, and I've often thought about the immense value of bringing these robust applications to the web. My core suggestion is for Google to enhance its AI-powered web application creation tools to allow developers to upload existing desktop application source code. The AI would then analyze and "replicate" the application's functionality and user interface as a web-based application.The Problem This Solves
Currently, converting a desktop application like one built with Java Swing or SWT to a web application is a massive undertaking. It typically requires…1 vote -
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
4 votes -
Efficient Website Building with Gemini AI and Image Generation in Project IDX
This concept outlines integrating Gemini AI and an image generation model within Project IDX to streamline website development.
Technical Approach:
Project Setup:
- Utilize Project IDX and choose a suitable template (e.g., Gemini API with JavaScript/Vite or Python).
- Integrate the desired image generation model's API (e.g., using libraries like Diffusion Bee for DreamStudio access).
Gemini AI for Content Creation:
- Leverage Gemini's API to generate text content for various website sections:
- Use clear prompts for specific functionalities (e.g., "Write compelling product descriptions for our e-commerce store").
- Employ Gemini's ability to adapt content based on user input or website theme for a dynamic…
- Leverage Gemini's API to generate text content for various website sections:
25 votes -
4 votes
-
1 vote
-
I was added to a project I don't recognize and can't remove myself
I receive an email saying that somebody has added me to their firebase project. I do not know this person nor this project.
I cannot reject the invitation. It was in fact not an invitation, just a notification that I was added to that project.
I try to remove myself but I can't because I don't have permisison to remove member from that project
How can someone just add me to a project just by knowing my email? Why doesn't it an invitation that I can turn down? and why can't I remove myself?1 vote -
Documents upload
We need a feature that allows uploading Documents (not just Images) as context for the prompt. Many people start their ideation and design in a document (e.g Google Docs) and want to use that as basis for their project/app.
1 vote -
我在開發物業管理系統,搭配Gemini使用
我開發物業管理系統,搭配Gemini使用,但是很多地方Gemini都要我自行手動修正,說實在話很不方便,希望能有更新可以支援自動修正。
1 vote -
Error al "Empezar" con Storage
Bug o error reportado como desconocido al "Empezar" con Storage.
Error: Al querer "Empezar" Storage teniendo un plan spark me deja continuar hasta "Crear" pero luego tira un "Error desconocido". Pero pude verificar que ese error desconocido se debe a que para habilitar el Storage debo tener el plan Blaze habilitado. Es necesario que modifiquen el mensaje, ya que los usuarios no pueden saber el porque del error si el mensaje no es correcto. Yo estuve 3 días intentando "Empezar" con storage hasta qeu me pase al plan Blaze aunque no sabía si iba a funcionar.0 votes -
Support for physical Android devices for development and testing.
Add support for connecting physical Android devices for development and testing.
Why it’s needed:
The current browser-based remote emulator is helpful, but it's often:Laggy and slow, making development inefficient.
Lacking key hardware features such as camera, microphone, sensors, etc.
Insufficient for testing real-world performance and hardware interactions.
Suggested Approaches:
Allow ADB Bridge Support:
Enable the web editor to detect and interact with ADB-connected devices on the developer's local machine (e.g., via a local companion app or browser extension).WebUSB/Web Serial Integration:
Use WebUSB or similar browser APIs to let the editor communicate directly with physical Android devices.Firebase CLI…
1 vote -
Using Firebase Studio on mobile devices.
I recommend full support for mobile applications or mobile browsers.
I usually use Firebase Studio on my mobile device. But unfortunately, I can't even do the simplest select, copy, paste operations. When I want to select codes, the context menu opens.
This was just the most annoying example. We really have a hard time using it on mobile. Thank you for your efforts1 vote -
Cloud Functions versioning
It will be great to have an easy way to deploy different versions of our API and access them by adding a "v1" or "v2" to the URL.
Currently, we can do it manually by changing the name of the function, but the ideal is to have a new parameter in the deployment process (CLI) to "group" them in versions.
This idea is great to roll out and have different versions living side by side until the production version that uses the new API is released to all the users.6 votes
- Don't see your idea?