1460 results found
-
Terminal type ahead
Similar to https://mosh.org/ or Github codespaces terminal, this will make the terminal feel more snappy esp on a weaker connection.
1 vote -
Password-protected preview domains
Squarespace has a featured for "site-wide password protection" which is useful for staging unlaunched websites for stakeholders to review. This would help guard against any potential leaks.
Figma also has a feature similar to this.
We currently have to create a custom express.js server with an authentication middleware, but this is undesirable for several reasons:
- We'd have to re-create all of firebase hosting's serving features (i18n fallbacks, redirects, pretty urls, etc.)
- We can't easily test endpoints that are proxied to Functions/GCR
15 votes -
Firebase hosting timeout should be configurable
I am using cloud run to and firebase hosting to have a custom domain to access my application.
I know Firebase doc mentions :
Firebase Hosting is subject to a 60-second request timeout. If your app requires more than 60 seconds to run, you'll receive an HTTPS status code 504 (request timeout).But I need to increase this timeout, since my cloud run app has a function to process data and write to an excel that can take up to 3mn.
2 votes -
Hello, I am stuck in installing pip on my idx. How do I do that?
I am trying to install pip in my idx. I tried to install django but I am not able to I keep getting errors.
1 vote -
A/B Testing activation and goal event with event params
Currently in A/B Testing users can set activation and goal events using only event names.
It would be awesome to have an option to use a generic event with its params. Eg. using a
screen_view
event withscreen_name
as activation event for entering a specific screen instead of creating a custom event just for testing purpose.It would be beneficial for heavy A/B Testing users, especially taking into account that they can create only 500 custom event names. And don't make me tell you that creating a custom event or two for every A/B test can burn those 500 event…
6 votes -
16 votes
-
15 votes
-
Customise device name for Events DebugView's device selector
The device selector mentioned here: https://firebase.google.com/docs/analytics/debugview#device_selector consist of only generic device names (e.g. x86 64 for iOS simulator). For our app we can see many sessions (e.g. 6/8 right now) and all of them show "x86 64". It always takes few minutes to find "my" session for debugging.
It would be nice to have a way e.g. to customize device name (e.g. via Firebase API Analytics.setDeviceName("Przemyslaw's simulator")) so a developer could find their session immediately.5 votes -
I tried working with prisma in this but it is showing schema engine error due to openssl It would be beneficial if u can look into this .
I tried working with prisma in this but it is showing schema engine error due to openssl It would be beneficial if u can look into this .
1 vote -
Elixir / Phoenix Template
Elixir is built on top of Erlang. Phoenix is a popular web framework for Elixir projects. I use both as my main stack for both work and personal projects.
https://www.phoenixframework.org/
I tried creating a template myself but I couldn't get the previews working: https://idx.google.com/elixir-phoenix-test-85975
5 votes -
C# SendAllAsync know which token failed
When you use SendAllAsync() in C# there is no way to know which tokens were successfully notified and which were not. I can only know how many sent have failed and how many have succeeded.
3 votes -
Apple Privacy Manifest
Dear SDK developer,
Apple has introduced a new privacy policy at WWDC2023, requiring privacy-impacting SDKs to provide:
Signed version. (https://developer.apple.com/videos/play/wwdc2023/10061)
Privacy manifest file embedded in the SDK. (https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests)
Therefore, we would like to know:
Which version of the SDK currently meets Apple's requirements?
If the SDK is still under development for privacy-related features, how long until a version compliant with the new regulations can be provided?
3 votes -
Support declaring windows-app-web-link JSON file to allow Firebase auth in Windows apps
In order to catch Firebase redirect URL like
https://<app>.firebaseapp.com/__/auth/handler
Windows requires windows-app-web-link JSON file to bedclared in the root likehttps://<app>.firebaseapp.com/windows-app-web-link
https://learn.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking6 votes -
Make Unity SDK non-dependant of native APIs (a.k.a. "make it platform agnostic")
The current Unity SDK supports only Android ("Google Play" in some cases), iOS and Unity Editor.
Make it support multiple platforms, like WebGL, Consoles, etc as much as possible.15 votes -
Support for all target platforms without bugs for Flutter
Currently iOS virtual device is not accessible and running on android emulator is giving an error. I'd be cool to build for all the platforms together and see the build on all target platforms (a list from which a user can multi-select the platforms).
1 vote -
keypress sound
When we press key buttons it should play sound also user can choose sound pack of mechvibes and custom sound pack
1 vote -
Support more share ACL types like sharing to mailing list
Sharing to a specific person's email works. Sharing to a mailing list doesn't work currently.
2 votes -
Send A/B Experiment name and User group along with values
Unfortunately it seems impossible to determine on client side whether user is involved to test or in which group he is. It will be great to receive such data along with the value.
3 votes -
Ability to switch Extension Registers
Well I want the ability to use other vscode registers such as eclipse or microsoft and still have the extensions. This could open to a lot of possiblitys with seitching to your own vscode registry or someone elses.
Github: Eveeifyeve
1 vote -
Tailscale integration
Provide a seamless integration with Tailscale so that the VM can be added as an ephemeral node on the user's tailnet and get access to private resources, such as a database or private Git server.
8 votes
- Don't see your idea?