36 results found
-
View "Billing Plans" on "All Firebase Projects" page
I want "Billing Plans" to be displayed on the "All Firebase Projects" page.
There is a limit to the number of projects that can be set in "Billing Plans".
If I reach the limit, I will need to downgrade one of my projects to "Spark Plan".
I would like to display "Billing Plans" on the "All Firebase Projects" page because I don't know which project has set "Blaze Plan".2 votes -
Add "Last Used" column to Firestore Database Indexes
There is a limit of 200 indexes per database currently. Sometimes I create indexes in development that never get used again. I do not want to delete indexes "I think are not being used". Having a "Last Used" column for indexes would allow me to know whether or not I can delete an index.
6 votes -
Allow 'is not' operator for Language and Country condition rule type
We sometimes want to target all countries or languages apart from a select few with things we are delivering through remote config. Currently to do this we have to select all other countries and languages and then make sure the one we don't want to serve to is unticked.
Instead it would be much easier to just target the language we don't want to send it to.
1 vote -
Allow specify domains/subdomains in realtime database/firestore/storage
Sometimes we don't want authentication to access realtime database/firestore/storage
But we need enable access from specific domain/subdomain source restriction only
4 votes -
Customise device name for Events DebugView's device selector
The device selector mentioned here: https://firebase.google.com/docs/analytics/debugview#device_selector consist of only generic device names (e.g. x86 64 for iOS simulator). For our app we can see many sessions (e.g. 6/8 right now) and all of them show "x86 64". It always takes few minutes to find "my" session for debugging.
It would be nice to have a way e.g. to customize device name (e.g. via Firebase API Analytics.setDeviceName("Przemyslaw's simulator")) so a developer could find their session immediately.5 votes -
Lazy loading of items in firebase console for firestore
Console has become laggy and returns a wait for page to load alert if a document has to many fields
4 votes -
Delete Firebase project without deleting GCP project
Currently you can enable Firebase for an existing GCP project, but cannot disable it. So it will stick around in the Firebase Console until you delete the GCP project. This is confusing and can lead to errors like accidentally deleting the GCP project or changing other configuration through the Firebase Console UI that is managed outside Firebase, for example through Terraform unintentionally.
2 votes -
Put the button to run a query on bottom not top in the console's query builder
In the console, after building a query in the query builder, one has to scroll up again and again to run it, it's an inconvenience when the query is long and has to be changed multiple times.
Putting the button at the bottom can make it easier to change and test out queries2 votes -
Roll Back The UI Updates Or Classic UI
The UI updates are really gross. The light mode is blinding and the dark mode is just odd. The old UI was better.
Can we at least get an option to go to the classic UI?1 vote -
Full-screen Firestore editor
The Firestore panel is too narrow.
I fixed this with custom css:
.firebase-database { max-width: 100% !important; padding: 0 !important; } .viewer-container{ max-width: 100% !important; }
Please just make this the default. Yes it doesn't look as pretty, but the current ui is borderline unusable when viewing documents.
The collection list & the document id lists can stay narrow, just make the document view much bigger and fill the available space.
2 votes -
Querying Changes in the Web Admin Console: Filter and Sort Criteria Retention Mystery
In the web admin console, we used to filter or sort documents. With the latest version, we are now required to do this every time we switch between collections, which is both annoying and time-consuming. I'm curious to know if the feature that used to retain previous filter and sort criteria was intentionally removed in the new release, or if it's a bug?
2 votes -
Expand the schema of the exported table from Firebase to BigQuery
We'd like to have the possibility to expand the schema [0] of the exported table from Firebase to BigQuery, in such a way that the following information appears in the exported table to BigQuery:
“ALLSENDS, REMOTENOTIFICATIONRECEIVED, REMOTENOTIFICATIONDISPLAY, REMOTENOTIFICATION_OPEN, Impressions, Notification Title, Notification Text and Languages for campaign”.
[0] https://firebase.google.com/docs/cloud-messaging/understand-delivery?platform=ios#what-data-exported
2 votes -
Quick navigation
A quick navigation/search bar with a keyboard shortcut like cmd+k or / like gcp console will be really handy for fast navigation across all the products
1 vote -
Firestore UI in Firebase Console - Weird bugs
Some issues with Firestore data in the console:
I've noticed that when loading some records in Firestore, the UI will often load for an unusually long period of time (seems like it just hangs), and then as soon as I scroll the window the loading state goes away and the data is shown.
Not sure if that's a bug or something, but it's annoying.
Additionally, several times now I have gone to add data to Firestore, created a new record and added several fields individually only to find upon reloading the page that my authentication token must've been expired and…
1 vote -
Shows message to user that SSL will not show immediately
When i connected custom domain to Firbase, site url showed as insecure, with red warning. This made me purchase SSL CERTIFICATE on my domain provider just to realize at the end the firebase does provide SSL, but it is notpropagated immediately. This is a bad customer experience. A clear warning shoud be shown to the user, telling him the red "insecure" mark will take time to disappear!
1 vote -
Dashboard for Firesbase Realtime database security rules
The dashboard will enable developers utilise a drag and drop (what you see is what you get) UI to configure database and cloud storage security rules with ease, and on the back end it converts the "drag and drop graphical representation" into script security rules.
1 vote
- Don't see your idea?