1858 results found
-
Alternative Approach for Node.js Prototyping
You're correct that Prototyper is generally used for frontend and design work. It's not a tool that’s available directly in a Node.js environment, as it's more geared towards frontend prototyping and visualizing the application flow before integrating the backend. If you want to build prototypes with Node.js backend features (such as role management, authentication, etc.), you'll have to use a combination of tools for the rapid development and design of the backend and frontend.
2 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 -
When Rate limit or quota exceeded, put "Plan Upgrade" button in chat. Make it turnkey. It's very confusing and I am still not sure what I ai
When Rate limit or quota exceeded, put "Plan Upgrade" button in chat. Make it turnkey. It's very confusing and I am still not sure what I ai
2 votes -
Plano Blaze
Wow, I'm not able to create my Cloud Billing account 😔 I tried several ways, it just gives an error, I think I'll have to migrate to another database! It was so good when it was still possible to use the Storage without the Blaze Plan 🤦♂️, now I'm trying to hire the Blaze Plan and I'm not able to! Google makes it very difficult for its customers.
3 votes -
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.
1 vote -
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 -
any plans to make the "AI-Powered App Testing Agent" also available for Flutter Web apps
Using prompts to create test scripts would be pretty interesting!
2 votes -
请支持中文,我想这并不难
正如标题那样,我不理解为什么不支持中文,Gemini本身就支持多种语言。总而言之,我希望可以便捷地使用中文进行Firebase Studio开发
2 votes -
Please change "Get Started" button to "Create Firebase Storage".
Please do kindly consider changing the button name from "Get Started" more specifically to "Create Firebase Storage" within Firebase console. One gets the impression via "Get Started" that the user is in for marketing fluff than actual and crucial utility. Thank you.
3 votes -
Storage Issue
Please make the storage in the Android studio more current one is too low barely run my few pojects.
1 vote -
2 votes
-
1 vote
-
allow secrets on scheduled functions
It's not clear in the documentation nor by implementation that secrets work with scheduled cloud functions. This seems to me like a major missing feature in security and consistency with the v2 cloud functions. Is the only solution using the cloud config for api keys/secrets? Something like:
exports.someScheduledFunction = onSchedule(
{
schedule: "every 60 minutes",
timeoutSeconds: 100,
secrets: [someToken.name],
},
async () => {
logInfo("Running every 60 min");...
}
);5 votes -
not every developer prefers to use github
I like to use my local machines for version control for security reason and with Project IDX there seem to be no security as you can look at my code.
6 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 -
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 -
forks/clears conversation after a "Restore"
I'm not sure if it's a bug, but when I restore a commit/code changes and ask for more thing later, the agent remembers the changes I asked after that restore and is trying to reapply them, messing around with the other path I want to follow with development
2 votes -
Transaction should update the local offline cache
It is a surprise to users (and Gemini) that writing documents using a transaction does not result in the local offline cache being updated when the transaction completes successfully. I'm not sure that it makes sense for the SDK to do this automatically but the firestore docs need to be updated (including the code examples) to make it clear that the local cache does not get updated. There may be some documents in the set being written that are never written by other users, in which case the local user is not expecting to have to have a listener running…
1 vote -
Make easier way to connect storage, database with auto updating rules
Make easier way to connect storage, database with auto-updating rules. I've been trying to build things using Firebase Studio, but as non-coder, it's impossible for me to find ways for storage, database, authentication etc, can you make easier way for that? like just clicking options to get that or commanding by natural language and get those things done by AI?
1 vote
- Don't see your idea?