666 results found
-
Add a copy button to copy web vapid key in cloud messaging
Most keys that can be copied in firebase have a copy icon next to it. This one does not.
1 vote -
9 votes
-
9 votes
-
9 votes
-
Restrict Unauthenticated PURGE requests
At the moment Hosting is using Varnish cache which developers do not have access so they can't configure it, this leaves a small window for people to continuously Purge the page and increase the developer's usage
7 votes -
Authenticate via email code
We can now use passwordless authentication using email link. This is troublesome on Flutter web clients (a new tab/second instance of app is opened). An option to type 4 digit code received on email to authenticate would be a nice solution.
BTW. Let me know if you could help me with the email link web client authentication, thanks!4 votes -
Add Android Beta devices in TestLab
Before each new Production version, it would be nice to have available in Testlab the Beta version of each Android release.
For instance, as of now when this message is being written, I would like to run all the test suite against the new Android 14 beta using Testlab, but I can't.
4 votes -
Support for Jetpack Compose in Analytics and PerfMon
Right now, there is no support for Jetpack Compose. If you have a single Activity and use composables to navigate through your app, without custom events, nothing is really tracked. So the request add navigate support for screen views based on composables like we have for Activities and Fragments.
7 votes -
One view for all apps in Crashlytics
In a large project with 10+ apps, you have to select projects one by one to see crashes and all other details. Just like Google Analytics and some others (in the same tool), treat app ids as filters and provide ability to see everything at once.
8 votes -
Copy link to specific release from the App Distribution web app/page on device.
Not all members of our team have access to the Firebase Dashboard. From the Dashboard you can copy a link for each specific App Distribution release. But from the Web App on Device you can't access the individual links/pages of releases. It would be nice if there would be a share button or "Copy link" button next to each release in the mobile web app to quickly share specific releases to team members.
- CI/CD uploads a new versions for different branches.
- A few hours later the tester checks the App Distribution web app and sees the new build for his/her…
7 votes -
Zero Config Image CDN - With Transformation Support
Similar to ImgIx or Supabase Images, the feature to create a storage bucket with image transformation and CDK enabled, can be used to provide images for the front-end, in different formats, sizes, and optimized for the browser.
8 votes -
Disable Passwordless Sign-In for E-mail
As Firebase is retiring Dynamic Links, it is no longer possible to set up the Dynamic Link required for Passwordless Sign-In via e-mail. I recommend that either Firebase disable Passwordless Sign-In, or that they update their documentation outlining the new method to do Passwordless Sign-In without their Dynamic Link.
2 votes -
Create Firebase A/B Testing Experiments through Firebase API or Firebase SDK
Create Firebase A/B Testing Experiments through Firebase API or Firebase SDK
Please provide some provision to create A/B testing experiments programmatically. Apart from Firebase console, it is good to create A/B testing experiments through API or SDK or any other way?
Please check.
3 votes -
Real-time updates for Cloud functions
With Firebase, you can have real time listeners on Firestore documents, which allow to have your UI in sync with your data.
But when you ship logic in an app, you lose control over it.
If you want to be able to update that logic after shipping, you place it in the backend (Cloud Functions), but then you lose real time updates.
It would be amazing to have functions that can fire real-time events based on Firestore updates.So the flow would be:
- There is an update in a Firestore document (or potentially other triggers like pub/sub, analitycs, etc.)…4 votes -
Update Linked Documents
If you have split your data in several collections there should be an easy way to update a linked document - for example if the user changes his name, all articles with the authorId = userId should be updated automatically
7 votes -
Feature like RELATE statements
A RELATE statement to adds graph edges between records. Like the convention of vertex -> edge -> vertex or noun -> verb -> noun, enabling the addition of metadata to the edge record.
7 votes -
firebase framework sveltekit environment (vite mode mode)
in a svelte-kit app if you have multiple environments (staging, production) you can specify multiple .env files.
Unfortunately, there is no way to tell Firebase which one to use so it always deploys using production. and always uses development in the emulator
2 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.
2 votes -
Firebase SDK support for Cloudflare workers
Make a Firebase SDK compatible with [Cloudflare Workers][cw] so that it is possible to use Firebase Authentication and Firestore with ease.
7 votes -
Email link authentication API should provide an option to configure the language of the email sent.
Currently, we can just configure one language for every user on the authentication template page. It seems to be possible using "custom email action handlers" but this requires an additional work that is not mentioned in the doc. This lack of option and the additional work to have a usable product in a professional context should be mentioned in the Email Link Authentication doc.
1 vote
- Don't see your idea?