1800 results found
-
51 votes
-
Multi-line strings when A/B testing
In firebase remote config you can have a multi-line string (ie have new lines), but as far as I can tell this isn't possible when setting up the variant in an A/B test this means we can't make small A/B test changes to multi-line text
1 vote -
Security key/WebAuthn 2FA
Currently, we only have the option to use TOTP 2fa or SMS. Security keys are quickly gaining popularity, as it is a more secure option. Please add this.
2 votes -
Tell people that mixing V1 and V2 config files in the same project will create a port and container error.
Tell people that mixing V1 and V2 config files in the same project (note: even outside the gen2 function) will create a port and container error. Right now you don't mention in the docs or anywhere that having ANY function.config files in a project with a gen 2 function will cause a deploy error that says a container is broken and the port is unreachable. This error is misleading. It will also show the gen 2 function in the console as "unknown trigger" which also is misleading.
In all your documentation you say you can have gen1 and gen2 functions…
2 votes -
Expose createTime & updateTime in scheduled Firebase LevelDB exports
I am using this procedure for regular backups: https://firebase.google.com/docs/firestore/solutions/schedule-export
and some tooling to locally analyze data in the resulting (downloaded) LevelDB backups.The Admin SDK exposes (internally, but still) createTime, readTime and updateTime properties on snapshots. I don’t see these properties included in the database exports; which makes them less complete as backups, and less useful for data analysis.
2 votes -
Blazor in App Hosting ?
Any plan to support Blazor and other non js framework
Or is it already possible by custom integration?
3 votes -
Expand auth blocking functions
Support some additional data sent during the
signInWithEmailAndPassword
that can be read in thebeforeCreate
3 votes -
Cloud-IDE integration
Integrating UI or CLI interactions (that are necessary to manage cloud resources) into the IDE:
- error console
- logging console
- resource information list (for a particular code base)
- Ways for cloud providers to do something like Live Lambda Development in a way that's native to IDE (see https://docs.sst.dev/live-lambda-development)
5 votes -
Online shop
Online shop laravel based and use tailwind css for design
1 vote -
5 emails
I saw this on the documentation website: "Note: The limits for email link sign-in emails were recently changed. Please add a billing instrument to go beyond 5 email link sign-in emails."
It's really strange that you quietly set the limit of sign-in emails to 5. Why? It makes no sense. For testing it's too low, and for production of course.
First you hook developers up to Firebase and then you quietly lower the limits. Good business practices.
1 vote -
Separate idx/dev.nix into a flake.nix and a simpler idx config file.
For experienced nix users, the
channel
andpackages
parameters overlap with flakes enough that there's no need to wrap them up in a bespoke DSL. If a project already has a flake.nix that includes a devShell, it's not clear how this should be wired up.For inexperienced nix users, being forced to learn Nix to edit the idx-specific entry seems unnecessary.
4 votes -
Manual reloading of firebase functions in emulator
I'm suggesting this feature of nodemon:
https://github.com/remy/nodemon?tab=readme-ov-file#manual-restarting
Sometimes when inner dependencies changes, firebase emulator don't detect changes. So whenever I make a change in my large project, I have to always shutdown firebase emulator and restart it.
4 votes -
Change the UI Design
Change the complete UI Design. It looks identical to MicroSoft VSCode.. Follow Google design language and make the UI look more advanced and futuristic.
4 votes -
50 votes
-
[Hot in 2023-2024] Support Full-Stack Web Framework of Python, like Reflex, Flet, solara, Streamlit, Pyodide, Anvil, ertc.
Recently, we have got many Full-Stack and Frontend Web Frameworks of Python.
- General Purpose Frameworks like Reflex, FastHTML, Anvil, Streamlit, and Flet can work for Mobile Apps.
- Rather Data-Oriented Frameworks like Dash, Gradio-Lite,...
- With Mesop, Google seems targeting Streamlit. Then, Google Web Toolkit was made OSS, "GWT."
- Reflex is capitalized by Y-Combintor, etc.
- And many other frameworks, Pyodide, ReactPy...
- some of them are finally compiled into JS/TS Frameworks, but we can code all by Python.This very hot movement means the shift of value-adding area is going to Gen AI-centric field usually Python deployed,…
1 vote -
Support adaptive app icons
Android 8.0 (API level 26) introduced adaptive app icons, which are made out of background and foreground layer. Apps that have minSDK = 26 don't have to specify "flat" PNG icons. However, App Distribution doesn't support adaptive app icons, and as a result weird icon with cropped app name is displayed in the App Tester app. App Distribution should support adaptive app icons by parsing icon XML, obtaining foreground and background assets, and based on this render the icon.
6 votes -
Upload from local file store (or anywhere)
Current file import options limited to github (and ssh). Ability to navigate local directories, net mount points, cloud storage blobs and URLs would be epic!
A+ so far, cannot wait until Project IDX public launch ;)
22 votes -
Support Go in Cloud Functions
Go is much more efficient than Python or Js and should be the obvious choice for backend where performance is crucial
34 votes -
Support TypeScript in Cloud Functions
It's a pain to have to configure a process to watch and transpile TypeScript files to use in the emulator. Firebase CLI should have built-in support for it both in the emulator (with automatic watching, or on-the-fly transpilation as I showed here https://github.com/firebase/firebase-tools/issues/5633#issuecomment-1622585432) and when deploying.
30 votes -
Add template projects for IaaC frameworks/platforms like Ansible, SaltStack, and Terraform
IaaC (infrastructure as a code) is a core component of DevOps, and Project IDX could aid in the growth of talent in that sector by guiding best practice for IaaC projects with templates for the major open-source frameworks on the market. Additionally, IDX support could ease the learning curve for new developers working with YAML and Jinja2 syntax, both of which are very common in these frameworks. If possible, integration with GCP (Google Cloud Platform) to quickly configure a project to connect to and work with a GCP project could be mutually beneficial for IDX and GCP in the form…
1 vote
- Don't see your idea?