2189 results found
-
Enviar arquivo txt
Eu estou criando um jogo simples do qual usa nomes aleatórios, queria enviar uma lista com vários nomes para IA usa como base para nomes, não é possível fazer com que ela leia sites de listagem e nem mesmo o docs do Google então queria enviar meu próprio txt para ela ler.
3 votes -
Add a delete/create all users info. buttom in the main page by defualt
I recently hit a wall with a recurring issue while developing in Firebase Studio, and I bet some of you might have experienced something similar. I spent hours trying to debug and fix problems related to persistent local data. No matter what changes I made or what data I tried to clear in my app, certain user data and personal settings just seemed to stick around locally, even after restarting!
This led to a lot of frustration. I found myself adding "delete data" buttons to almost every page of my app just to get a clean slate for testing. Eventually,…
2 votes -
Low-Latency Data Cache
Allow configurable caching of query results for reduced end-to-end latency and reduced resource pressure on underlying data sources.
32 votes -
Adopt and document Xdebug for PHP projects created in Firebase Studio
Summary Recommend Xdebug as the default debugger for PHP projects scaffolded by Firebase Studio, with a simple setup guide to enable breakpoints, variable inspection, and stack traces for local runs and when using the Firebase Emulator Suite.
Why
Step-by-step debugging with breakpoints directly in the IDE.
Real-time variable/watch inspection and stack traces.
Faster diagnosis of issues in integrations with Auth, Firestore, Realtime Database, Storage, and FCM.
Minimal setup (project template)php.ini (or a project-specific .ini):
zendextension=xdebug
xdebug.mode=debug,develop
xdebug.startwithrequest=yes
xdebug.clientport=9003
xdebug.clienthost=host.docker.internal (use 127.0.0.1 or host IP on Linux)
.env defaults:
XDEBUGMODE=debug
XDEBUGCLIENTPORT=9003
XDEBUG…1 vote -
Feature Request: Support for C/C++ Extension Pack in Project IDX
Dear Firebase Studio Team,
I’d like to suggest adding support for the C/C++ Extension Pack (VSCode extension: ms-vscode.cpptools-extension-pack) to Project IDX. This extension is widely used by C/C++ developers and brings essential tools like IntelliSense, debugging capabilities, and code navigation features that significantly enhance the development experience.
1 vote -
Is anyone else unable to sign into the support page?
Whenever trying to sign into the support page to log an issue the page refreshes but does not sign me or my coworkers in, is anyone else experiencing this issue? I have been unable to find any support from firebase, hoping this gets some traction.
3 votes -
Restocker
Restocker pickup form outside
1 vote -
1 vote
-
Request for Deploy Agent
I'm facing problem in the time of deploy the app hosting, Every deploy times showes many error in the build logs, still not be hosted. I will check the manual and again come into firebase studio and explain the problem and resolve the issue. To introduced the new agent for deploy can do auto check the error and resolve faster and depoly easier within the one chat with agent. can helps to working faster and deploy new version easier.
1 vote -
New knowledge used to develop potential from beginners to the most qualified developers.
In this section, I just tried it for the first time and am excited about many platforms that are developing tools that will help developers express their ideas more effectively in the future, including being a learning space for new developers like me who are interested in and want to be quality developers by combining ideas with the current trending AI technology. You are both inventors, designers, and developers who are involved in creating things that work great and look better. And I will gain the most knowledge from this platform in creating quality work, including database security. Thank you…
1 vote -
How connect DBeaver in localhost database?
How connect DBeaver in localhost database?
I love DBeaver and i can connect in my production database but i cant connect in localhost database, always i try connect the firebase emulator give an generic error and crash.
I can use the firebase dataconnect:sql:shell but is not so good like DBeaver3 votes -
Add auth handlers from Hosting to App Hosting.
/__/auth/handler
Identical to hosting but for app hosting.
Would definitely make things simpler for Next.js apps.
7 votes -
NDK Thread Names
Crashltyics seems to display thread names for iOS apps, but not for Android. Sorting through Thread #1...50 is not ideal in a complex application. Nearly all our threads are in the NDK, and are just pthreads. The call to obtain the (15+endofstring) thread name is one line of code from the pthread_id.
This was my original query about adding this support, and has the pthread query.
https://groups.google.com/g/firebase-talk/c/cIRb75V5Jxw2 votes -
Vedic Astrology API Support
Vedic Astrology API support integrates ancient astrological calculations into modern applications. By connecting to an astrology API, apps can generate natal charts, planetary positions, dashas, transits, and personalized predictions based on birth details. This empowers developers to build features like daily horoscopes, matchmaking, muhurta selection, and dosha analysis. API support ensures precise Panchang data, customizable ayanamsa, and time zone handling. Ideal for wellness, spirituality, or cultural apps, it brings authenticity and accuracy to astrological content. Developers benefit from quick integration, automated chart generation, and multilingual support, providing users with deep insights from India’s time-tested astrological traditions.
2 votes -
2 votes
-
the cry of suffering
Survey believes on how the church respond to them during their season of suffering.
1 vote -
Search and Sort Indexes
In the Indexes section of the Firestore, there should be search tool for the Collections indexed. Alternatively, it should be sortable along with the Status. In a 200-limit collection indexes, I have to scroll 20 pages (since 10 is the default number of index items per page) just to find if some index already exist
1 vote -
Search and Sort Indexes
In the Indexes section of the Firestore, there should be search tool for the Collections indexed. Alternatively, it should be sortable along with the Status. In a 200-limit collection indexes, I have to scroll 20 pages (since 10 is the default number of index items per page) just to find if some index already exist
1 vote -
Public HTTP frontend and backend previews
Its very hard to give access to one person at a time to look at a frontend project, so instead of doing all that, why not add a "make app public" option? so that other people can access it and I can easily preview my next js apps with a simple command: 'npm run dev' and then share the localhost link to others to show them previews
70 votesWe are actively working on this right now. Expect an update from us shortly on how you can try out this capability.
-
Firebase App Tester app not only for testing
“App Tester” has built-in texts suggesting that all we can do is test.
If the texts containing “test” were replaced and the app name would be more like “App Distribution”
then there are more cases than just testing where a mobile app could be very useful.
It could then help in private distribution of the app, for example among company members etc.2 votes
- Don't see your idea?