31 results found
-
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
3 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 -
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.
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?