682 results found
-
Native Swift implementation of the Real-time database client
The current Swift client for the Real-time database is written in Objective-C with a Swift overlay.
In order to allow using Firebase from Swift across different platforms like Windows and Linux, it would be awesome with a native Swift version. Alternatively a Swift version bridged directly from the firebase-cpp-sdk using the new Swift C++ interoperability.I did a port of the Objective-C code to Swift as an experiment, and I have it running on Linux just fine - together with the Auth-rewrite in Swift.
The (very experimental) PR is here: https://github.com/firebase/firebase-ios-sdk/pull/8670
3 votes -
Firestore: Use C++ implementation directly from Swift
Swift has recently gained direct interoperability with C++.
This would allow the current bridging layer written in Objective-C++ to be removed, which would in turn make it possible to use Firestore from Swift cross platform.The Browser Company have created patches for firebase-cpp-sdk to allow this:
https://github.com/thebrowsercompany/swift-firebase
It could also decrease the maintenance burden by removing the bridging layer code.
3 votes -
Custom build command
It can be necessary to run a script before the build command.
Example:
- With angular: A script to create the environment.ts files need to be run before the
ng build
. - With Prisma: A script to generate the prisma files should be run before the build the build itself.
Suggestion:
As for render.com, get in the settings Build Command options and Start Command
3 votes - With angular: A script to create the environment.ts files need to be run before the
-
Support Angular Internationalization
At this point the build fails because of the error:
Output directory is not of expected structure
3 votes -
Remote Config should be protected from man in the middle attacks
Currently Remote Config can be sniffered and there is no option to configure protection from "man in the middle attacks" in client side.
The best solution is to add support of Certificate Transparency.3 votes -
Can FirebaseAnalyticsOnDeviceConversion have multiple input functions?
hi
Documentation: https://firebase.google.com/docs/tutorials/ads-ios-on-device-measurement/step-2?hl=zh-tw
First, let me explain my understanding of FirebaseAnalyticsOnDeviceConversion
I understand that this SDK is to solve the problem that IDFA may not be obtained on iOS 14 and above, causing ads advertisers to be unable to track which user it is.
Therefore, Google provides an SDK. By entering the user's email or mobile phone number, ads advertisers can perform tracking and comparison.
but
The [FIRAnalytics initiateOnDeviceConversionMeasurementWithEmailAddress:] method can only be set once in the app
So if the app has a member login function that can switch accounts, the user analysis data received by ads advertisers may…3 votes -
Wilcard Subdomain support documentation
It seem to be already available (scr: https://www.youtube.com/watch?v=qyhdKb8liEA), can you update the documentation so we have DNS exemple for that.
3 votes -
Projecct ID can be change
I wish that there is at least one chance to change the project id because some times we choose random names just to test our project then we make it as production and in this state we cant change the random name we choose before
3 votes -
Connect to an existing instance of another project
Allow connections to PostgresSQL instances in other projects using Shared VPC, etc.
3 votes -
solutions
Developing SDKs (Software Development Kits) can be a fantastic venture! Here's an idea:
Create an SDK for integrating AI-powered chatbots into various platforms. Your SDK could provide developers with easy-to-use tools for building and customizing chatbots for websites, mobile apps, and other digital platforms. It could include pre-trained models, natural language processing capabilities, and integration with popular messaging services like WhatsApp and Facebook Messenger. This could be incredibly useful for businesses looking to enhance customer support and engagement across different channels.
3 votes -
Increase request size over 32Mb
Right now, a Firebase function can only accept a request payload size up to 32Mb.
Using it as webhook for some external APIs, we would need to have no limits or at least 100Mb limit3 votes -
Remote Config REST API Improve Documentation
For the Remote Config REST API, the documentation is fairly ugly around how to go about safely getting a valid ID token for a user to be able to use it. I'm suggesting you put the Remote Config API behind a set of user rules, similar to other Firebase technologies. If that cannot happen for some reason, then one of two things should:
There should be some sort of option in Remote Config or Authentication to automatically give new users a valid credential that allows them to only retrieve the Remote Config (perhaps it automatically creates a Service Worker Account…
3 votes -
Include User Online Feature
Just like we have user logged in etc, can we have isUserOnline?
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 -
Vertex AI Integration
Add deeper integration with Vertex AI to Data Connect, for example allowing direct LLM content generation and simple RAG use cases.
3 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 -
Add an argument that automatically chunks cloud function deployments according to the maximal possible quota
When deploying multiple cloud functions at once via
firebase deploy --only functions
we frequently run into quota issues like:
functions: got "Quota Exceeded" error while trying to update projects/.... Waiting to retry...
It never retries though.
It would make it way easier if you could add an argument to the deployment command like:
firebase deploy --only functions --chunked 50
3 votes
- Don't see your idea?