1790 results found
-
Authenticate via email code
We can now use passwordless authentication using email link. This is troublesome on Flutter web clients (a new tab/second instance of app is opened). An option to type 4 digit code received on email to authenticate would be a nice solution.
BTW. Let me know if you could help me with the email link web client authentication, thanks!5 votes -
Real-time updates for Cloud functions
With Firebase, you can have real time listeners on Firestore documents, which allow to have your UI in sync with your data.
But when you ship logic in an app, you lose control over it.
If you want to be able to update that logic after shipping, you place it in the backend (Cloud Functions), but then you lose real time updates.
It would be amazing to have functions that can fire real-time events based on Firestore updates.So the flow would be:
- There is an update in a Firestore document (or potentially other triggers like pub/sub, analitycs, etc.)…5 votes -
Execution ID in logs generated by Firebase Functions v2
Logs generated by Firebase Functions v1 have the property
labels.execution_id
that can be used to correlate logs that pertain to the same execution. However, that property doesn't exist in logs generated by Firebase Functions v2. It's very important for debugging.5 votes -
Allow input of analytics label on in-app messages like push notifications
Push notifications allow for an analytics label which makes sense for marketers who are running multi channel campaigns and want to aggregate results.
There is currently no way to add these to in app messages. Goal would be they are treated the same way as push notifications with simple reporting and pull through on the analytics for custom report building. Thanks
5 votes -
X-User-Country header when proxying to Google Cloud Run
App Engine and Cloud Functions send X-AppEngine-Country to app servers, which is useful for serving regional content to users.
Google Cloud Run doesn't receive the same headers. GCR can receive this header through load balancer custom headers (https://cloud.google.com/load-balancing/docs/https/custom-headers), but it'd be great if it were supported through Firebase Hosting directly without any extra configurations.
5 votes -
MFA option to "remember device"
User shouldn't have to enter MFA every time logging in on same device. There should be a boolean option remember device for some period of time (somewhere between 2 weeks and forever)
5 votes -
5 votes
-
5 votes
-
Restore Archived Dynamic Links
Automatically Imported from Firebase
5 votes -
Let Gemini Handle Everything in the Firebase Console
It would be amazing if Gemini could handle everything in the Firebase Console directly. For example, if I ask something in the Firebase Studio chat, it should be able to do all the backend setup on its own—like authentication, database setup, rules, Realtime Database, or anything else needed to make an app fully functional.
For people like me who don’t know coding or have much tech knowledge, the Firebase Console can feel super overwhelming. There are so many features and tools, and I honestly don’t know what most of them do. If Gemini could just take care of all that…
4 votes -
I wish firebase stuido AI can do quick sizing on the project.
I wish firebase stuido AI can do quick sizing on the project. If the program is a platform with many accounts.
It would be nice if we can know how much CPU, RAMs etc. that is required to meet the performance. So it is easier to predict the server machine power.4 votes -
Dashboard Background Queue
A background processing queue with a status indicator for more complex or time-consuming AI tasks. It would certainly make the process feel more transparent and less like a potential crash if a request is taking a while.
4 votes -
1. Duplicate projects to Keep version of working app to make experiment easy.
Duplicate projects to keep a version of the working app to make experiments easy.
Making the Firebase Studio's AI able to connect and configure features on Firebase console.
Create time stamps to reset the code
4 votes -
Support for data connect in the Python Firebase admin SDK
A lot of our Firebase functions are written in Python. It would be useful to have the ability to use Data Connect in these functions too.
4 votes -
Need AI code writer in Android Studio Build-In
Need AI code writer in Android Studio Build-In
4 votes -
Make Preview Channel URLs predictable or reusable.
We are looking for a way to create predictable preview URLs for our Firebase Hosting preview channels. We require this functionality to whitelist these URLs for accessing a Cloud CDN authenticated content bucket. Currently, the preview channel URLs generated by Firebase Hosting include a random hash (SITEID--CHANNELID-RANDOM_HASH.web.app), which makes them unpredictable.
The solutions we have devised include:
- Replace the random hash for something like https://<PROJECT_ID>--pr-<PULL_REQUEST_NUMBER>.web.app
- Make the preview channel URL persistent when deploying new versions.
4 votes -
Stripe integration
Easy payment.
4 votes -
We need to integrate robust Flutter coding within Firebase Studio to streamline our development process and enhance app performance.
The proposal focuses on uniting the powerful front-end development capabilities of Flutter with the comprehensive backend management offered by Firebase Studio. By embedding Flutter’s efficient coding environment into the workflow of Firebase Studio, developers can seamlessly design and implement dynamic user interfaces while simultaneously leveraging Firebase’s robust real-time databases, authentication services, cloud storage, and analytics tools. This integration not only accelerates the development cycle by enabling rapid testing and deployment but also ensures that both the client-side and server-side systems work harmoniously. Ultimately, this strategy aims to create scalable, performance-optimized applications with a unified platform that simplifies project management, enhances…
4 votes -
Add the ability for Gemini to read the problems pane and other aspects of the editor
Gemini should be able to read more information directly from the editor and especially the problems pane as that would make troubleshooting much more convenient. Eventually integration directly with previews would be cool so that it can read straight from those as well
4 votes -
Elimde bulunan hali hazır da uygulama projemi buraya yükleyip devam etmek
Yapay zeka ile oluşturduğumuz Mobil uygulama veya her hangi bir hali hazırda başlanmış olan proje dosyasını buraya yükleyip kaldığımız yerden buradan devam etmek istiyorum var mı yok mu bilmiyorum
4 votes
- Don't see your idea?