685 results found
-
Add functionality to increase sampling rate
It would be awesome if we can see more sessions data in firebase as compared to how many samples are been generated. The current sessions data is generated at the rate off 1%, and if we can manipulate the same, it will be great
2 votes -
I need a way in Google Cloud to redirect the public URL of jpeg files of my bucket to a Google Function endpoint for checking headers
https://storage.googleapis.com/bucket/folder/file.jpg
This is an example of a jpeg file in my Firebase Storage. A lot of websites are using my images illegally. I need a way to add a background check and process behind each access to the images... In PHP it is easy to do because the script can deliver the image, but here ? I don't know. I need a check on the headers of the website hosting the image, if the header referer is not OK, I want to redirect to an image saying that the real image is not available, or a 403
2 votes -
Create a context.auth (1st Gen) equivalent for 2nd Gen cloud function
1st gen cloud functions can access auth info via context.auth as described here: https://firebase.google.com/docs/database/extend-with-functions?gen=1st#accessing_user_authentication_information
But 2nd gen cloud functions is yet to have the same function.
30 votes -
Allow to assign tags to Firestore databases
With multi-db support in Firestore now launched, this enabled many possibilities but also requires more granular inventory management of the databases created.
--
For compliance reasons and for better management of your cloud assets, it's important to assign metadata to your cloud resources.
Especially for storage services, this is important, as it allows you to track which resources contain PII, who owns them, etc.--
Attaching this kind of data is typically done using tags in Google Cloud.
If it would be possible to attach tags to individual Firestore databases, this would solve the management of databases and allow easier…1 vote -
Allow to attach IAM permissions to databases
With multi-db support in Firestore now launched, this enabled a ton of new features, though the way permissions are granted is not ideal.
--
Instead of being able to attach permissions to individual databases, you have to use conditional IAM permissions on a project level.
--
This leads to problems when you want to grant IAM permissions to employees with access to only a subset of databases.
Granting a subset of databases to access will prevent them from using the Firebase / Google Cloud console, as they will not have permission to view all databases.--
Also conditional IAM permissions…
1 vote -
Showing the scamming organization or company history that the user in
MANY MICROSOFT AND GOOGLE USER DOESNT KNOW THAT THEIR SYCN EMAIL BECOME A TRACER FOR HACKER (WITH ORGANIZATION AND COMPANY) TO GET THEIR FINANCIAL INFORMATION. WHY THIS APP DEV DOESN'T PROTECT USER PRIVACY?
1 vote -
Support offset-based document access and pagination
There should be an easy way to get a specific document by index in a query:
// this query should work as it's read, if i wanted to use gte i'd use a where
query(this.collection, orderBy('anything', 'asc'), startAt(index), limit(1))
5 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 -
native
nativePollOnce should be excluded from ANR in Firebase
1 vote -
Admin SDK send email verification
Currently, sending email verification is done through the client-side sdk. There is no method (to my knowledge) for sending email verification via the Admin SDK in a server environment.
The only workaround seems to be the "generateEmailVerificationLink" function but that requires the use of a custom email service. This is different from the client-sdk functionality.
The use case is SSR focused apps where user creation is also done via the Admin SDK and/or where support for no-js availability is a requirement.
1 vote -
Remote Config Emulator
Provide a native emulator for Remote Config with A/B tests will be great, but is not critical.
4 votes -
我在Google开发者平台提交技术支持抛出"Error submitting request. Please try again later."错误,致使我无法寻求帮助。
我在Google开发者平台提交技术支持抛出"Error submitting request. Please try again later."错误,致使我无法寻求帮助。我不知道为什么会这样.....
1 vote -
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 -
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 -
51 votes
-
Make it possible to block/disable services
For security, I would like to be able to completely disable functions in my account. So nothing can be done without an extra authentication (e.g. admin password).
This to prevent large bills due to errors in the software or due to bad actors. Especially since this whole Google Cloud is completely connected to Firebase, the risk of a mistake or a bad actor is higher
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 -
Support deleting collections in the API
Currently you can only delete collections programmatically via the CLI. Otherwise, you have to list and delete every single document in the collection. If those documents have nested collections, you have to (recursively) retrieve and delete every document in the nested collection (As deleting a document does not delete any nested collections the document has). If there are additional levels of nested collections... You get the idea.
I wasn't sure what this other request was referring to so I made this one: https://firebase.uservoice.com/forums/948424-general/suggestions/46562317-api-support-for-deleting-directories
7 votes -
49 votes
- Don't see your idea?