754 results found
-
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
23 votes -
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
1 vote -
Add a disable-billing button in addition to the budget alert option
Add a disable-billing button in addition to the budget alert option. This should be a user-friendly option: https://www.youtube.com/watch?v=Dk3VvRSrQIY&list=PLl-K7zZEsYLmK1tiMBeKA0iDMPDCJKM-5&index=7
2 votes -
More tutorial on data connect
We need more tutorial or documentation with examples.
15 votes -
Punycode
PLEASE update punycode version, I get this:
(node:26660) [DEP0040] DeprecationWarning: Thepunycode
module is deprecated. Please use a userland alternative instead.
(Usenode --trace-deprecation ...
to show where the warning was created)└─┬ firebase-tools@13.25.0
├─┬ ajv@6.12.6
│ └─┬ uri-js@4.4.1
│ └── punycode@2.3.1
└─┬ superstatic@9.1.0
└─┬ fast-url-parser@1.1.3
└── punycode@1.4.12 votes -
1 vote
-
Ability to provide a json file of test users
Currently the auth emulator lets you randomly generate a user which is great. But I would really like the ability to provide it with a chunk of test users where I can fill out their email addresses, and names so it will randomly select one of those or sequentially. This is because I often need to test with sending emails to these users and I need to provide real email addresses for that to work so I currently have to manually recreate all the test users each time the db is wiped in dev. Super annoying.
2 votes -
Support MFA and future AuthN
Currently when using the emulator you can't use MFA as it throws an error and the only way to test this functionality is to switch over to using the real version. This is cumbersome and makes it difficult to test your auth workflow. Also your adding Authn as well and I hope that is support by the Auth Emulator as well.
1 vote -
Cloud Storage
Hi, good day.
I am an aspiring developer currently exploring cloud technologies. I’ve been trying to access Firebase Cloud Storage using the Spark plan, as 1 GB of storage is more than enough for my current needs. However, I’ve encountered difficulties because it requires a billing statement to proceed, which is beyond my current means.
I’m reaching out because I believe having a free, accessible environment is crucial for new developers like me who are just starting out. We understand that maintaining cloud infrastructure is costly, but access to even limited resources can be a great opportunity for us to…
3 votes -
Offer no bill in case of small website spam which could cause a houndred dollar bill for no reason.
When I chose to use Firebase. It was because it was a free database for small webpages with 10 SMS/day. Now, it seems that you changed the terms when I already put a lot of effort into using firebase. Now I need to use a Blaze plan for 10 SMS/day. This means the following: "Now I might get spammed by any hacker using a VNP + a bot". It doesnt matter how much time I spend on setting up anti-spam defense. I could still get spammed and have to pay thousands of dollars right? I have 2 solutions:
- You could…
1 vote -
Firestore collection group query on document id
Currently, you cannot use Fieldpath.document_id for collection group queries, which is rather shameful considering you can do that in Firebase UI.
Relevant StackOverflow: https://stackoverflow.com/questions/56188250/how-to-perform-collection-group-query-using-document-id-in-cloud-firestore
2 votes -
1 vote
-
CMS for Firestore
A CMS for Firestore like Rowy.io & FireCMS
2 votes -
Crashlytics Velocity alerts should contain impacted user count
We would like to have Crashlytics Velocity alerts contain the impacted user count so we can determine how problematic a velocity alert actually is.
2 votes -
Velocity alerts for overall crash rate
Allow configuration of velocity alerts for overall crash rate rather than individually spiking crashes.
4 votes -
Broaden Crashlytics velocity error range to allow larger percentages than 1%
We would like to broaden the Crashlytics velocity error percentage so that we can trigger velocity alerts at larger percentages than 1%. 3% would be ideal for our purposes.
3 votes -
Use readable date format for email sign-in
According to
https://firebase.google.com/docs/auth/web/email-link-auth#default-email
and
https://github.com/firebase/firebase-js-sdk/issues/2574
The email sign in template contains a timestamp in the email title and body, so email are not collapsed into a sigle thread.I believe the current date time format, such as 2024 November 11 13:33 UTC is not user friendly, and should be replaced with a more readable format, such as Nov. 11, 2024, 11:33.
The mail language is already based on the language set in the Firebase Authentication -> Template language section, so the formatting can be done based on the same setting, or a new option can be added in the Firebase…
4 votes -
Enable auth by email only for allowed domains
Application that is intended only for students of one university and I want to restrict creating of new accounts only to students of the specific university. There is a workaround of setting rules for data access in database, but I want to disallow other people to create a new account. Cleaner solution.
2 votes -
deberian permitir hacer un proyecto gratis
En mi caso queria hacer en ejemplo con los alumnos y me quiere cambiar de spark a blaze sin haberlo probado siquiera
1 vote -
Support backend modification or deletion options
Currently, we can create backends, but there is no option to modify imported GitHub repositories. If making such modifications isn't possible, it would be beneficial to at least have the option to delete the backend.
1 vote
- Don't see your idea?