728 results found
-
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
32 votes -
Include User Online Feature
Just like we have user logged in etc, can we have isUserOnline?
3 votes -
Page not found
I created a deeplink that opens in the in-app browser.
Sometimes this deeplink works correctly for some users, while for others it does not. When it doesn't work, users are redirected to a Firebase error page (Page Not Found).I tried encoding the URL used as the Dynamic Link,
but it still sometimes results in a Page Not Found error.The main issue is that the same Dynamic Link URL works for some users but not for others.
What could be the cause of this?1 vote -
Train A Model Through API
I don't know if this is already exisiting but i think it should be possible to train a custom model through the vertex AI API for firebase.
3 votes -
Add support for Remote Config conditions on servers
It's really nice to see Remote Config to come to the servers.
For us it would be crucial to be able to use conditions in Remote Config on the server as well.
Specifically we are looking at targeting by user properties (these could maybe be loaded and passed by us during evaluation).
e.g.
serverTemplate.evaluate({userProperties: { .. } })
3 votes -
Static file apps support for App Hosting
Allow Firebase App Hosting to host static files app, similar to Firebase Hosting.
This would allow any web framework to work with App Hosting (without server-side rendering) without official support from App Hosting.
3 votes -
BlackList for Hosting
Please block access from this UserAgent.
"Bytespider; spider-feedback@bytedance.com"3 votes -
White-label ssl for saas
We host a whitelabel incident tracker and need the ability to use a customer domain. We currently use cloudflare ssl for saas with cloud run and load balancer
3 votes -
Robo de mis billetera google
Robo de datos personales
1 vote -
1 vote
-
Fee/Pricing
Functions is behind paywall, (it is still free for some limit in Blaze plan), but IF i upgrade to Blaze, then Cloud Storage, Hosting etc starts to charge right away, even in free plan they have free limits but once switched to Blaze it starts to charge. So to get free Functions, i have to pay cloud storage and hosting and more.
For any playground project that is not gonna hit market or earn money, how i am supposed to try/learn functions? This forces me to move away from platform
4 votes -
Firebase Setup infrastructure
I'm creating an Open Source Cloud Native Platform based on Firebase. Every installation requires manual steps, to enable specific APIs.
Please provide a configuration file where I can configure all required Google Cloud services (like Google Translate, Storage, Artifact Registry, etc ...).
It will facilitate the automatic installation of Firebase applications.1 vote -
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.
27 votes -
88 votes
-
Add support to programmatically configure social providers for tenants
Add the ability to configure social authentication methods like Google, Facebook, etc. like how OIDC and SAML can be done.
Also, the ability to use the parent configuration for Google Authentication so it is just an enable like in the Web Console UI. This reduces the overhead code that we need to provide if all we are doing is splitting into different tenants for management reasons.
2 votes -
In all SDKs for node and web implement industry best practice error reporting and error codes
I have been working on multiple projects that use Firebase, I use the Firebase JS SDK and the Firebase Admin SDK. And I am always pulling my hair out with the error reporting and the ability to handle in the SDKs returned errors. This is especially annoying when using TypeScript.
There is also no master list of all error codes that an SDK can produce. That means I can get random error that I have to back trace to then add handling for it. Also I have to infer types all the time instead of using
instanceof
to check if…2 votes -
A SQL based database
Currently Firebase supports JSON & NoSQL Datastore which is a cool thing, but what is currently a pain point is that for building more complex apps with a lot of linked data is such an hassle with NoSQL Databases.
This is one reason people are pivoting from Firebase for anything long term, if there is a way to host relational data like a SQL instance (Postgres/MySQL) it will make firebase an Ideal solution for apps of any scale.
I would also happy to share some of the case studies of business which are looking forward to this specific thing.
37 votes -
Slack webhook for app distribution
When we share a build to Firebase App Distribution it would be great to share that build details and link into slack. There's no easy way of doing this at the moment.
3 votes -
Jendo
Menarik
0 votes -
Support reCAPTCHA Enterprice Multi-factor authentication
AppCheck fail of low score reCaptcha
user can't access based on AppCheck fail of low score reCaptcha
reCAPTCHA Enterprice support Multi-factor authentication (Conditionally enforce email multi-factor authentication for users who score below a threshold.) but AppCheck does not.
1 vote
- Don't see your idea?