Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

1569 results found

  1. 1 vote
    How important is this to you?
  2. 4 votes
    0 comments  ·  Hosting  ·  Admin →
    How important is this to you?
  3. There should be an option to turn on MFA for a user for specific provider (e.g., password). Since user's Google signin might have MFA already, it's sort of inconvenient to have extra MFA barrier for Firebase Auth tenant.

    4 votes
    How important is this to you?
  4. One frequent and strange bug we are facing with firestore is the dropping of events when designing large batch onWrite-listeners. This leads to unexpected bugs in production code.

    For some reason, when executing say 300 to 1000 onCreates at once, different events seem to drop and are never responded too.

    A way to access the tracelog of firestore events (in Stage 1 Cloud functions) would help us debug this problem. It would also help replay event streams in case the database is corrupted due to non-responding to the event streams.

    4 votes
    0 comments  ·  Firestore  ·  Admin →
    How important is this to you?
  5. Running quick queries straight from the console is currently impossible, making it hard to make adjustments DB wide without fiddling with code.

    4 votes
    0 comments  ·  Firestore  ·  Admin →
    How important is this to you?
  6. Context: from a backend running on Cloud Run/Cloud Functions, how to determine client IP address, when you need to TRUST it for IP-address based access restrictions.

    You can normally find the real client IP as the first entry in the X-Forwarded-For header, but you cannot trust it.

    If you are using Cloud Run (or Cloud Functions gen 2), then as far as I can tell the Cloud Run orchestrator always sits as a proxy in front of your container. This means you can trust the last entry in X-Forwarded-For as this is the client IP seen by Cloud Run itself.…

    3 votes
    1 comment  ·  Hosting  ·  Admin →
    How important is this to you?
  7. Quite often I only need the firebase-admin/auth part of the NodeJS admin library. Especially when separating the application into single-purpose containers/microservices.

    However because there is no separate NPM package for the auth part, I need to pull in the entire firebase-admin package, which pulls in a HUGE number of dependencies like @google-cloud/firestore @google-cloud/storage, google-gax, @grpc/grpc-js protobufjs and a multitude of others which are not needed for the auth part.

    Much of the other components like Firestore, Storage etc can be used directly from the @google-cloud/... libraries without the entire firebase-admin package.

    But there is no separate package for Authentication.

    Authentication…

    4 votes
    How important is this to you?
  8. Use customized website for app preview page. This will also us to keeop our marketing brand and tone consistent

    4 votes
    How important is this to you?
  9. There's currently no way to get the collections existing in a document using the Unity SDK. ListCollectionsAsync exists in the .Net SDK.

    1 vote
    0 comments  ·  Firestore  ·  Admin →
    How important is this to you?
  10. Many languages requested in other posts—Swift, Rust, Kotlin, etc.—can be implemented all at once by adding WebAssembly (WASM) and WebAssembly System Interface (WASI) to the list of Cloud Functions’s supported runtimes (and—importantly—supplying high-quality documentation).

    3 votes
    How important is this to you?
  11. 4 votes
    How important is this to you?
  12. 4 votes
    How important is this to you?
  13. 4 votes
    How important is this to you?
  14. The functionality to get values ​​currently stored in user properties at runtime would be extremely useful.
    Something like "mFirebaseAnalytics.getUserProperty("favorite_food");"

    This would allow checking values ​​and correcting them when necessary, as well as recovering information that may have been lost between one session and another of the application.

    2 votes
    0 comments  ·  Analytics  ·  Admin →
    How important is this to you?
  15. 1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  16. I need crashlytics to track crashes of my SDK not the crashes of the app which is implementing my SDK

    1 vote
    0 comments  ·  Crashlytics  ·  Admin →
    How important is this to you?
  17. Git based CI & CD auto deployments would really be a game changer, it can be integrated to things like cloud run and enable this. Half the time I use tools like vercel and netlify because of lack of auto deployments in firebase

    3 votes
    0 comments  ·  Hosting  ·  Admin →
    How important is this to you?
  18. You install your program application and once you install it you turn your biometrics reader and so it performs your eyes scans. Once done so it will detect your presence, will know you by your eyes and of course a fingerprint scans will be done as well. So you turn it on then all you do is read a book for example and the program will be sensorineural and so whatever you read on your screen it will detects what your eyes are seeing actually and so the system will detect your readings and read them out loud to you.

    2 votes
    1 comment  ·  Other  ·  Admin →
    How important is this to you?
  19. 1 vote
    How important is this to you?
  20. The indexes in the Realtime Database are created in-memory and on-the-fly - and they are 'garbage collected' when memory is needed for something else.

    This makes it expensive (meaning high CPU usage, not costly) to query large collections of data in the Realtime Database.

    Collections can also become so large that they are not queryable through the SDKs, but only using the firebase cli tool. One hope would be that with an actual persisted index, it would always be possible to iterate through a collection of nodes, no matter the number of nodes in the collection.

    3 votes
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  • Don't see your idea?