34 results found
-
Make AngularFire an offcially supported library
The AngularFire library gets updated really slow so we miss out on some of the latest features. There are lots of issues that doesn't get solved and the documentation is very lacking. They are both Google products and make an awesome combination but if the library does not get enough support/resources we're forced to migrate to plain javascript firebase. Please make it an official library or something so more resources are assigned to AngularFire.
31 votes -
Firebase Admin Lite
Right now you can't host Firebase on Cloudflare, Vercel Edge Functions, Bun, or Deno without using the "Firestore Lite" package. However, there are no "auth" functions, and no access to admin functions. We will need to create server sessions etc on the server. This cannot be done in NON NodeJS environments without the REST API. There needs to be a Firebase Admin Lite package, or the very least add an "auth" lite package.
8 votes -
make it more easy
It's incredible how complex you made Firebase, because of the link with Google Cloud. Firebase used to be an easy solution, but it's all soo overly complex that I don't trust any of it.
Maybe I will suddenly get a large bill because I made a mistake, or the configuration is bad. It's really annoying. Your service has gone from an easy to use cloud solution to a complete mess of configuration annoyances, security angst, complex issues.
The documentation is overly complex. You loop around in al the options. And everything refers to Google Cloud again.
Nothing is easy with…
2 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.11 vote -
Hard Spending Limit on Firebase Resources
A Hard Spending Limit option in Firebase Billing settings would allow developers to set an absolute cap on resource spending for their Firebase projects. Once this limit is reached, Firebase would automatically pause or throttle resources to prevent any charges beyond the specified amount. This feature would enhance budget control and predictability for developers and organizations of all sizes.
1 vote -
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 -
Working perfectly fine
Excellent
1 vote -
Gardening
Based on humans
1 vote -
Firebase Setup infrastructure
I'm creating an Open Source Cloud Native Platform based on Firebase. Every installation requires manual steps, to enable specific APIs.
Please provide a configuration file where I can configure all required Google Cloud services (like Google Translate, Storage, Artifact Registry, etc ...).
It will facilitate the automatic installation of Firebase applications.1 vote -
A SQL based database
Currently Firebase supports JSON & NoSQL Datastore which is a cool thing, but what is currently a pain point is that for building more complex apps with a lot of linked data is such an hassle with NoSQL Databases.
This is one reason people are pivoting from Firebase for anything long term, if there is a way to host relational data like a SQL instance (Postgres/MySQL) it will make firebase an Ideal solution for apps of any scale.
I would also happy to share some of the case studies of business which are looking forward to this specific thing.
36 votes -
Getting started Tutorials needs critical refinement and acurate articulation of label, navigation steps
https://firebase.google.com/codelabs/firebase-nextjs#4
Labels and directions in the tutorial are not matching the Firebase console. Configuration steps are vague and not descriptive enough. Example " Add your Firebase configuration to your web app code" section Step 2 makes sense if no app was build, but at this point of the tutorial the app has been created "My Nexst.js app", so these instruction are not right. Step 3 i believe is wrong or inaccurately written. Are we to transpose the contents to the npm tab from the "SDK setup and configuration pane" to the proper variable state or if we are to replace…2 votes -
I want an API that validates custom tokens on the server.
I am testing e2e in nodejs (nestjs). Since only the 'verifyIdToken' method exists in 'firebase-admin', branching is done according to environment variables for testing.
I think that if the 'verifyCustomToken' method exists, we can conduct tests that are more similar to actual operation.1 vote -
"<Product> User" roles (in addition to Viewer & Admin roles)
Right now, there are two levels of pre-defined roles: "Viewer" and "Admin".
However, sometimes you don't need all of the Admin permissions, but you still need to make some changes in the system as normal operations.
This has been already done for App Check but not other products.
Cloud Firestore:
Let's take the Firestore roles as an example:- Cloud Datastore Viewer (A generic Firestore viewer permission)
- Cloud Datastore User (A service account for manipulating data in the Firestore databases)
- Cloud Datastore Owner (A generic Firestore owner permission).
And then, there are specialized roles with viewer/admin level access for certain types…
3 votes -
Python support for Genkit
A lot of AI applications and machine learning are done in Python. Bringing Genkit to Python would bridge the gap between data science, model creation, and applied machine learning use-cases.
2 votes -
Nice idea, thinking
Website structure is good, nice demo
1 vote -
Dark mode for firebase uservoice
Can't you activate a dark mode in uservoice? Don't get why dark mode still isn't the default in 2024. Am I the only one working at night :) ?
5 votes -
realtime
The Realtime stats are just awful. The way that it is displayed, and the big map. just awful. horrible.
1 vote -
Add the option to sign out on mobile
Just a UI issue on the website. I have multiple accounts on my phone and firebase automatically signs into what ever account that my mobile chrome is on. There is no option to sign out but my firebase is managed with a different amount. I switched the account on chrome but it's still logged into the other account. A simple sign out option would make life a lot easier when auto sign ins don't work.
1 vote -
use the name of the Firebase project instead of the code in the email sent to the user (Authentication by Email Link )
The email template should use the Firebase project name instead of the technical code.
2 votes -
A/B Testing activation and goal event with event params
Currently in A/B Testing users can set activation and goal events using only event names.
It would be awesome to have an option to use a generic event with its params. Eg. using a
screen_view
event withscreen_name
as activation event for entering a specific screen instead of creating a custom event just for testing purpose.It would be beneficial for heavy A/B Testing users, especially taking into account that they can create only 500 custom event names. And don't make me tell you that creating a custom event or two for every A/B test can burn those 500 event…
5 votes
- Don't see your idea?