1598 results found
-
makes the documentations optimised for older chrome versions
The current docs for chrome version 128.0.6613.138 are not functional with dropdown menus and buttons not responsive to hovers and clicks, please make it compatible
2 votes -
Allow Web Clients to use "Firebase In-App Messaging" in their platforms
Add FIAM support to the Firebase Web SDK, along with the ability to manage and control in-app messages through a web client.
4 votes -
Feature Request: iOS Simulator Support in Project IDX for Flutter
Project IDX has great potential, but expanding its iOS Simulator and Deployment to App Store capabilities would make it even more powerful. Here's what I propose:
iOS Simulator Integration - the capability to test and debug directly in Project IDX, without having to go into any macOS device;
App Store Deployment - deploying iOS applications directly in the App Store;
iOS Full Development Toolset: advanced debugging, performance profiling, and resource management.
This will not only smooth the workflow but also make ProjectIDX full-fledged for the all flutter developer. Let's unlock its full potential!
4 votes -
users should be able to connect their mobile phones to project idx to test apps
emulators are slow to test the android apps built in flutter . i want to connect my mobile phone to idx so i can test apps fastly.
6 votes -
Share phone number with project if Firebase knows that number via another project
Would be a HUGE cost saver given the increased pricing of SMS multi factor authentication.
If Firebase knows the phone number / email via another project, offer the app user to share their phone number with this app and skip costly SMS verification.
2 votes -
Show proposed changes inline in the file like Windsurf
Instead of showing proposed changes in the chat, show it right in the file, that's much more intuitive. Also completing all steps and asking me to "Accept All" or "Reject All" after is more intuitive than accepting 1 step at a time.
4 votes -
Uprade to latest code-oss
Current version of 1.89.1 was last updated in June in IDX, and running into issues with some of the newer/updated VSIX extensions.
1 vote -
4 votes
-
Use Desktop VS Code as another option
It would be nice if we can use Desktop VS Code or a Desktop client to allow us to use our existing configuration. Most Cloud IDEs have this.
8 votes -
Request for Biweekly and Monthly Backup Options in Firestore
Currently, Firestore only supports daily and weekly scheduled backups. We would like to request the addition of both biweekly and monthly backup options. These features would provide greater flexibility for projects where weekly backups are too frequent, but biweekly or monthly backups would better suit our needs.
Thank you for considering this enhancement to support diverse backup schedules for Firestore users.
5 votes -
Proposal to be able to change model for gemini
Allow us to use newer model
2 votes -
Similar to __name__, allow ordering documents by internal createdAt / updatedAt sentinel value
A document always maintain createdAt / updatedAt timestamp value internally. But these fields can't be used for ordering documents.
For example :-
(This is possible)
await citiesRef.orderBy('name').limit(3).get();
(This is NOT possible)
await citiesRef.orderBy('created_at').limit(3).get();
Currently if we need order by timestamp, we need to maintain a separate timestamp field alongside internal createdAt / updatedAt fields. Then create index over that additional field to perform order by timestamp.
Similar to name sentinel, firestore should provide created_at and updated_at sentinel for ordering document. These sentinel should work without any new index, ascending or descending order.
1 vote -
Remote Management of Plugins and Project Template
Need a way to manage plugins and templates remotely so that as an agency we can provide a controlled environment to our developers working remotely on sensitive projects.
1 vote -
Have backend port forwarding work with any protocol.
I've been trying to connect to the postgres server running in IDX using the public "backend ports" feature, and I cannot figure out why it's not working.
So I'm guessing that these only work for HTTP. I'd like to be able to publicly connect to any forwarded ports regardless of what protocol they're using.
6 votes -
IOS SDK should have initializer simple initializers
Right now the SDK generated only has init with decoder.
public init(from decoder: any Decoder)
This limits us in generating the Previews for the views. Please consider adding additional inits with all variables in the struct
1 vote -
Forgejo support
It would be nice to add support for Forgejo so we can use things like codeberg or git.gay.
2 votes -
Need to use same app integrity certificat
When using app distribution, it would be nice if the certificate wasn't replaced to maintain consistency with the app in production.
2 votes -
Test Lab for web / PWA
Support web for Test Lab so I can test my PWA's on real devices
1 vote -
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.
5 votes -
lunix
What feature would you like to see?
I would like to see Firebase add official support for the Linux platform. This enhancement would allow developers to build applications that leverage Firebase services natively on Linux, enabling broader platform compatibility and empowering Linux-based applications.Why would it be useful?
Adding Linux support would:Enable developers to integrate Firebase services directly into Linux-based applications.
Provide parity with other supported platforms (e.g., iOS, Android, Web).
Open up Firebase's powerful features (e.g., authentication, cloud storage, Firestore) to a growing user base on Linux desktop and server environments.2 votes
- Don't see your idea?