Skip to content

General

General

Categories

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

765 results found

  1. Logs generated by Firebase Functions v1 have the property labels.execution_id that can be used to correlate logs that pertain to the same execution. However, that property doesn't exist in logs generated by Firebase Functions v2. It's very important for debugging.

    4 votes
    How important is this to you?
  2. I work for a company that enable people to record sports using video and the storage footprint are often very huge (10GB+). While building an app for iOS, I notice that Firebase don't support continuing uploads across process restarts on iOS which is a major deal-breaker for continuing using Cloud Storage for Firebase.
    I see support for this on Android and I will encourage you to add this to iOS in the future. Ref: https://firebase.google.com/docs/storage/android/upload-files#continuing_uploads_across_process_restarts

    4 votes
    How important is this to you?
  3. 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
    How important is this to you?
  4. At the moment Firebase AB test goals always are "Total users who triggered this event". For many experiments it would be useful to have the "Total number of times this event was triggered" as the goal metric.

    This could be made possible by adding a toggle to the goal event selection, where you can choose between unique or absolute event counts.

    Example:
    I am running a test that has the goal to increase the total screen views of "Screen A". At the moment, if I set a goal metric of "viewedscreena" (custom event), Firebase will tell me that…

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  5. 10 votes
    How important is this to you?
  6. 9 votes
    How important is this to you?
  7. Right now it is only possible to write functions in main.py, which very quickly gets overwhelmingly large. It would be good to be able to organize code into multiple files.

    2 votes
    How important is this to you?
  8. We currently have a Crash-free users metric, but we don't have a metric to track ANRs. This makes it impossible to validate a fix for ANRs or detect regressions.

    3 votes
    How important is this to you?
  9. https://extensions.dev/
    Show which extensions are new so we can explore new cool stuff

    2 votes
    0 comments  ·  Extensions  ·  Admin →
    How important is this to you?
  10. We have unstructured data and each document can have different subcollections.
    We want to know get the names of all the subcollections present in a collection.

    Currently we have to iterate over all the documents present in a collection and for each document we are pulling the list of subcollections present in it.
    This process is very resource consuming and slow. We have to fire a query for each document present in the collection.

    Please provide an api something like db.collection("collectioName").listSubCollectionNames();

    2 votes
    0 comments  ·  Firestore  ·  Admin →
    How important is this to you?
  11. 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.

    8 votes
    1 comment  ·  Analytics  ·  Admin →
    How important is this to you?
  12. Some scenarios require dynamically switching from one Firebase project to another, including Analytics and Crashlytics, For example, switching from a Firebase project set up for a staging environment (which requires to collect Analytics and crashes) to another set up for a production environment.

    There could be many solutions to this problem, such as having multiple plist/json files and switching them dynamically, or no longer requiring these files and simply using object instances that store the configuration (e.g., using the FirebaseOptions builder). The best solution should satisfy the scenario described above.

    This idea comes from this issue https://github.com/firebase/firebase-android-sdk/issues/66

    8 votes
    1 comment  ·  SDKs  ·  Admin →
    How important is this to you?
  13. There should be unit testing for python functions like we have unit testing for typescript here: https://firebase.google.com/docs/functions/unit-testing.

    2 votes
    How important is this to you?
  14. 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.

    9 votes
    0 comments  ·  Crashlytics  ·  Admin →
    How important is this to you?
  15. 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.

    1. CI/CD uploads a new versions for different branches.
    2. A few hours later the tester checks the App Distribution web app and sees the new build for his/her…
    8 votes
    How important is this to you?
  16. All is described in the title. I no longer see any benefits to using Firebase Hosting when you have competition like Cloudflare pages that charges zero for egress traffic.

    By reworking Firebase hosting egress fees, it could attract more users looking for a hosting solution and then convert them to a paid product linked with hosting like Firestore, Functions, etc.

    9 votes
    0 comments  ·  Hosting  ·  Admin →
    How important is this to you?
  17. We've rules to limit access to data in both firestore and realtime database, but there are requirements where I need to specify a rule of realtime database based on a value in Firestore.

    Games are classical examples, I want to store the realtime game data in realtime DB but apply rules to read and write there based on my user and app data in firestore.

    Lack of this is either making me use either of the DB or write hard rules in client side (which is not really secure).

    8 votes
    1 comment  ·  Firestore  ·  Admin →
    How important is this to you?
  18. 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

    8 votes
    1 comment  ·  Extensions  ·  Admin →
    How important is this to you?
  19. Google requires a web link that enables users to delete all their data, even after they have uninstalled the application. For a "serverless" app that only uses Firebase Auth, it would be ideal to have a plug-and-play solution for hosting a single webpage that complies with Google Play's policy.

    8 votes
    How important is this to you?
  20. The main idea is to have firebase services available in any location that is available in GCP. For example, a new middle east location is available on google cloud platform (e.g. Doha, Qatar), and it will make a difference in performance/pricing to have these locations in firebase as well; especially that firebase services are well-know and used in middle east.

    3 votes
    How important is this to you?
  • Don't see your idea?