665 results found
-
Trusted headers for client IP address via Firebase Hosting
Context: from a backend running on Cloud Run/Cloud Functions, how to determine client IP address, when you need to TRUST it for IP-address based access restrictions.
You can normally find the real client IP as the first entry in the X-Forwarded-For header, but you cannot trust it.
If you are using Cloud Run (or Cloud Functions gen 2), then as far as I can tell the Cloud Run orchestrator always sits as a proxy in front of your container. This means you can trust the last entry in X-Forwarded-For as this is the client IP seen by Cloud Run itself.…
3 votes -
Analytics - Buggy engagement times when doing manual screenview tracking
Not really a feature request, but a pretty old bug which makes analyzing user engagement impossible.
When disabling automatic screen tracking via "googleanalyticsautomaticscreenreportingenabled" and doing it manually via SCREENVIEW events, engagement times are logged completely wrong.
Engagement time is wrong by a factor of 10 compared to our ios apps.Find more details in the following bug-report:
https://github.com/firebase/firebase-android-sdk/issues/32404 votes -
Custom App Preview Page for dynamic links
Use customized website for app preview page. This will also us to keeop our marketing brand and tone consistent
4 votes -
A way to get collections in a document using the Unity SDK
There's currently no way to get the collections existing in a document using the Unity SDK. ListCollectionsAsync exists in the .Net SDK.
1 vote -
4 votes
-
4 votes
-
3 votes
-
3 votes
-
Support for getting values stored in user properties
The functionality to get values currently stored in user properties at runtime would be extremely useful.
Something like "mFirebaseAnalytics.getUserProperty("favorite_food");"This would allow checking values and correcting them when necessary, as well as recovering information that may have been lost between one session and another of the application.
2 votes -
Authentication feature in Android Wear / WearOS application
The ability to handle autentication and registration feature in android wear / wearos applications, using FirebaseUI or the official firebase auth library in gradle.
Ideally, the same features promoted to android apps but in the wearable world, taking in account the considerations related to battery, performance and data fetching and processing applied to wearables.
1 vote -
In my opinion we should work on a app for example knowledge apps which would be beneficial for us as well as for our future ones
I've described my idea above as u can see 👆
1 vote -
App Check for Java Admin SDK
Verifying requests with Java Admin SDK would be very helpful for many servers using this language.
3 votes -
Phone number for testing in firebase emulator
It would be great to be able to configure static MFA validation codes / phone numbers for testing in the emulator, like in the normal firebase auth product.
This would make testing an application with automated tests a lot easier.
1 vote -
Crashalytics to support SDK
I need crashlytics to track crashes of my SDK not the crashes of the app which is implementing my SDK
1 vote -
View custom domain setup DNS configurations
After a Custom Domain is set up on a site, there's no way to view what the correct DNS records should be.
3 votes -
Biométrics reader
You install your program application and once you install it you turn your biometrics reader and so it performs your eyes scans. Once done so it will detect your presence, will know you by your eyes and of course a fingerprint scans will be done as well. So you turn it on then all you do is read a book for example and the program will be sensorineural and so whatever you read on your screen it will detects what your eyes are seeing actually and so the system will detect your readings and read them out loud to you.
2 votes -
Allow running Firestore queries from console
Running quick queries straight from the console is currently impossible, making it hard to make adjustments DB wide without fiddling with code.
3 votes -
Rules Debugger with Breakpoints
Imagine how cool it would be to have a debugger for my rules, where I can put breakpoints and see what exact data or condition is causing my rules to fail or pass.
Often times I had to spend so much time in trial and error when writing complex rules for my application. If there is a debugger like I mentioned which is more like any other IDE, it would be super easy and a great developer experience.
3 votes -
Setting to disable returning auth error type
Currently errors such as "wrong password", "user with this email doesn't exists" etc are always returned to client. Would be nice to have the option to only return a generic error message to improve security.
3 votes -
allow iOS use scheme only
in some special feature,we can't use universalLinks
so can support set dynamic links use scheme only in all system version1 vote
- Don't see your idea?