2170 results found
-
Add Android OS
Add Android OS Specially For Students
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 -
Android
I just want to give my biggest gratuitous for making firebase so great to work with from tablet giving so many opportunities!
3 votes -
اريد تشغيل موقعي ورفع تعديلات والاستراك بدمج ذكاؤ صناعي اريد افهم اكثر لانني اريد الحثول عموقع ضخم
من فضلك تريد تعديلات اضافية تكون بالاخر تنتاجية عةلمية كبيرة اريد التتصال بك +201019466368
1 vote -
Improving generate idea loader experience
The loader that is shown while waiting for the AI to work on your idea should be progress indicator instead of some animated loader that just animates. This is not properly telling me if there is an issue or is the app is being created. I am just waiting to see the results
1 vote -
3 votes
-
Ni pregledno koliko tokenov se imas
Moglo bi se videt v app poraba in stanje tokens
1 vote -
Open in Firebase Studio
Propose adding an "Open in Firebase Studio" button to GitHub README.md files. This allows developers to instantly launch any public GitHub repository directly within Firebase Studio, eliminating complex local setup and accelerating project exploration, contribution, and learning, similar to Gitpod's functionality.
Make A feature so that a button with name "Open In Firebase Studio" can be added to any public github repo, which on click open that github repo into firebase studio directly.
Just like this link:
https://gitpod.io/#https://github.com/filamentphp/demo
this link opens the given github repo in gitpod1 vote -
Add Gemini 2.5 Pro in chat similar to Gemini Agent Mode in VS Code and Gemini CLI.
In VS Code and Gemini CLi, after the user is authenticated, they can use Gemini 2.5 Pro in chat. Similar experience should be integrated into Chat Mode of Firebase Studio for individual users.
3 votes -
Should be able to add todo, next coding task,
Should be able to add todo, next coding task, next enhancement with out needing to wait for the coding to complete.
1 vote -
Fastlane - Get automatically app key from google-services.json
All Android application that included Firebase have mandatory this file : google-services.json
When we want automatize delivery with fastlane on Firebase, we need to provide many informations on the lane such like "app", "servicecredentialsfile",...
In fact, many Android projects has one or more build flavors and the delivery can be harder with the configuration on which target we want to deploy.
We need to store many sensitive informations like key on the env file.
We not push this file on the repository and it's not a good practice to have them has CI variables.The purpose of this…
11 votes -
Storage Issue
Please make the storage in the Android studio more current one is too low barely run my few pojects.
2 votes -
Firebase Should Work With Kotlin Multiplatform
KMP is now getting stable and the Firebase should be able to be used in these projects
4 votes -
1 vote
-
Mirror other phones
I need know how to do this
2 votes -
Fix the delete button
If by design than disregard. The delete button and requires you use lowercase when typing. It should include upper and lower as a correct response to delete an app.
1 vote -
@Model Operations support in Schema (@auth derivative)
Right now we have separate Query and Mutation. To streamline, especially when using @auth
enum ModelOperation {
create
update
delete
read
}@auth object types that are annotated with @auth are protected by a set of authorization rules that give additional controls than the top level authorization on an API.
Use the @auth directive on object type definitions and field definitions in the project's schema.
When using the @auth directive on object type definitions that are also annotated with @model, all resolvers that return objects of that type would be protected. When using the @auth directive on a field definition,…
2 votes -
Hybrid On Device Inference using Firebase AI Logic. Mobile please.
Hybrid On Device Inference using Firebase AI Logic. Mobile please.
1 vote -
Support other stack when using Prototype an app with AI
- Instead of only supporting nextjs, tailwindcss. It can also support Vite, Angular, etc...
- Also add option to help switch between normal workspace and being able to use Prototype an app with AI
- Add Github management section: to be able to connect once, and then each workspace can connect automatically (create repository, push, ...), can be select existed repository when create new workspace
5 votes -
Generated SDK types
Given a schema with a nullable type
type MyType @table() {
id: uuid!
nullableString: String
}When running a query that selects records from MyType and filters out null values for nullableString, the generated SDK still types nullableString as string | null (or string? | null). Even though the query ensures no null values are returned for that field.
It would be great if the SDK could be smarter and refine the generated type to just string when the query explicitly filters out null values for that field.
1 vote
- Don't see your idea?