1638 results found
-
Have a Realtime Database located in Australia ( Sydney or Melbourne )
As of this writing, our only option for Database location is US Central, Belgium and Southeast Asia. Having a new region under Australia would be great.
1 vote -
4 votes
-
API Revoke Token
Simple API to revoke the token/refresh token from a backend without using the SDK.
19 votes -
Remember sort order for remote config view.
Remember sort order for remote config view so you don't have to change the sort every time the console page is refreshed.
1 vote -
Fix GitHub integration
Issues:
- In the app hosting wizard: Connecting a GitHub account that is not the owner of the GitHub repository and then removing it breaks the GitHub integration process and the App Hosting set up process.
- Being just a collaborator to a GitHub repo doesn't make it visible in the App Hosting Set Up wizard, you have to connect with the GitHub account of the owner of the repo.
Error messages:
- Connection verification failed: unable to verify the authorization token: GET https://api.github.com/user: 401 Bad credentials []: failed precondition.
- Error: Request to https://developerconnect.googleapis.com/v1/projects/PROJECT-ID/locations/europe-west4/connections/firebase-app-hosting-github-oauth:fetchGitHubInstallations had HTTP Error: 400, Failed to list GitHub installations
…
2 votes -
Custom Templates.
allow users to create templates and save them, instead of only using premade. This feature would make Pidx the perfect IDX.
24 votesWith our publicized NixOS support, you can now create custom templates and even have "Open in IDX" capabilities from your Git repo.
Please check out our forum for help and prior art: https://community.idx.dev
-
The errors thrown for a wrong password and an account that does not exist should be different
This is a problem I have encountered while using Firebase with Swift. I want to be able to prompt the user to sign up if they do not have an account. However, the error returned from Auth.auth().signIn(withEmail, password) is the same if the user enters the wrong password or an email the doesn't exist. If the errors were different I would be able to show the sign up prompt only if that specific error is thrown.
1 vote -
Hard Spending Limit on Firebase Resources
A Hard Spending Limit option in Firebase Billing settings would allow developers to set an absolute cap on resource spending for their Firebase projects. Once this limit is reached, Firebase would automatically pause or throttle resources to prevent any charges beyond the specified amount. This feature would enhance budget control and predictability for developers and organizations of all sizes.
4 votes -
Linea Vertical visualmente molesta
En un proyecto de flutter, se muestra una linea vertical en el medio del editor de texto, la cual resulta visualmente molesta y no consigo forma de ocultarla. Tengo entendido que es una linea para ayudar a mantener el texto organizado al funcionar como una guia, pero seria bueno poder ocultarla o modificarla.
5 votes -
Add ability to choose Test Lab's device location
Some applications are very dependent (in performance perspective) on resources from CDNs & backend location - it would be great if we can choose location of the Test Lab's device location (preferably Android real devices) to set it closer to CDN & backend.
4 votes -
Add IS_NOT_NULL (x.where("field", "!=", None)) operator to filters
This allows filters like x.where("field", "!=", None) to work, matching the JavaScript implementation and Firestore GUI implementation. The feature is late by 4 years.
https://github.com/googleapis/python-firestore/pull/971
https://github.com/googleapis/python-firestore/issues/9703 votes -
1 vote
-
App
flutter build apk --release
1 vote -
Configuring CORS for a bucket is currently a pain
The current procedure for setting CORS rules for a bucket is horrendous from a developer standpoint. One has to download and install a CLI called gsutil, which requires Python. The CLI must be configured and authenticated. Then one has to create a JSON-file with the desired CORS-rules and run a single command with the CLI. How is this not possible to accomplish in the web GUI?
3 votes -
Remove git from functions folder
Using firebase init will create a git submodule in the functions folder, which is a giant hassle to remove. I just want init git in the root project.
2 votes -
Dart support for the Firebase's Admin SDK
Firebase has a server (backend) library called the Admin SDK, which has privileged (admin) access to some Firebase services. There are several language implementations of the Admin SDK: JavaScript/TypeScript (Node.js), Java, Python, Go, and C# (.NET). However, Firebase does not currently support the Dart language.
This is a problem for full-stack Flutter developers, who need to use both the front-end and back-end of a Firebase application. Currently, they need to use different languages for each, such as Dart for the front-end and JavaScript/TypeScript for the back-end. This can lead to decreased productivity and a worse developer experience.
For example, developers…
148 votes -
[Crashlytics] support all flutter supported platforms
support all flutter supported platforms
5 votes -
Postgres Functions exposed as an API
Similar services, like postgraphile, allow exposing queries / mutations as postgres functions. It's extremely powerful, and allow extremely custom queries / logic for exposing data to the clients.
12 votes -
custom remote git support
Support for self hosted gitlab or other git remote sources
12 votes -
Enhance Build Process with pnpm Support
To streamline our web application development workflow and improve build performance, we propose integrating pnpm as an additional package manager option. pnpm offers significant advantages over npm, including:
Faster Installation: pnpm's unique dependency management approach leads to significantly faster installation times, especially for large projects.
Efficient Disk Space Usage: pnpm's hard linking mechanism reduces disk space usage by avoiding redundant copies of dependencies.
Improved Security: pnpm provides advanced security features like dependency auditing and vulnerability checks.
By incorporating pnpm support, we can enhance our build process, reduce build times, and improve overall project efficiency.Mainly we have some projects already…
3 votes
- Don't see your idea?