Skip to content

General

General

Categories

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

765 results found

  1. I'm creating a Contact form in a React app, which stores the user input in firebase. I'd like to secure the form with a visible reCAPTCHA, and I'm trying out firebase's built-in reCAPTCHA functionality.

    firebase/auth/RecaptchaVerifierdoes provide a callback, which can be used to sign in a user, and documentation shows it working when signing in with a phone number. Can it be used with anonymous authentication though?

    When the form is submitted, I have a server component that saves the form fields to firestore. However, how can I verify the recaptcha before committing the data to firestore?

    I feel…

    3 votes
    How important is this to you?
  2. In this code await admin.auth().createUser({
    email: email,
    displayName: name,
    uid: uid,
    emailVerified: false,
    password: password,
    disabled: false,
    });, if email and password are created, please create the user via that login method and if only phone is provided and no email, then let the user be created via phone auth. So that later on, when they try to sign in via phone auth, the system doesn't create a whole new user with a new uid but just lets the user sign into that account

    3 votes
    How important is this to you?
  3. When you use SendAllAsync() in C# there is no way to know which tokens were successfully notified and which were not. I can only know how many sent have failed and how many have succeeded.

    3 votes
    0 comments  ·  SDKs  ·  Admin →
    How important is this to you?
  4. Unfortunately it seems impossible to determine on client side whether user is involved to test or in which group he is. It will be great to receive such data along with the value.

    3 votes
    How important is this to you?
  5. This is already possible via the API, so why not via the emulator UI?

    3 votes
    0 comments  ·  Emulators  ·  Admin →
    How important is this to you?
  6. Firebase currently does not have a clear way of supporting HTTPS proxy. If the network is limited by OEM's restrictions, or firewalls then Firebase Crashlytics won't operate. Probably no Firebase service will be able to work.

    We can set the domain and the port for HTTP proxy, but then it is not authenticated.

    3 votes
    0 comments  ·  Crashlytics  ·  Admin →
    How important is this to you?
  7. in a svelte-kit app if you have multiple environments (staging, production) you can specify multiple .env files.

    Unfortunately, there is no way to tell Firebase which one to use so it always deploys using production. and always uses development in the emulator

    3 votes
    How important is this to you?
  8. Currently frameworks only used npm

    This can cause issues if using yarn or pnpm, and npm does not read the lockfile and you can end up with different versions of dependencies in production

    Deployments with frameworks should detect the package manager used

    3 votes
    0 comments  ·  Hosting  ·  Admin →
    How important is this to you?
  9. Dear SDK developer,

    Apple has introduced a new privacy policy at WWDC2023, requiring privacy-impacting SDKs to provide:

    1. Signed version. (https://developer.apple.com/videos/play/wwdc2023/10061)

    2. Privacy manifest file embedded in the SDK. (https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests)

    Therefore, we would like to know:

    1. Which version of the SDK currently meets Apple's requirements?

    2. If the SDK is still under development for privacy-related features, how long until a version compliant with the new regulations can be provided?

    3 votes
    2 comments  ·  SDKs  ·  Admin →
    How important is this to you?
  10. 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?
  11. 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?
  12. When I hosted a frontend client (React JS) and backend (NodeJS) server in hosting and functions combination, there were some scenarios where in I needed to send data (to server) which contained slash (so encoded them).

    This was where the problem rose, the encoded component was automatically decoded by the firebase hosting itself and sent the wrong url to the underlying server.

    Therefore firebase should give us the ability to turn on/off the decoding of encoded data url in firebase.json

    my current firebase.json file -

    {
    "functions": [
    {
    "source": "functions",
    "codebase": "default",
    "ignore": [
    "nodemodules",
    ".git",
    "firebase-debug.log",
    "firebase-debug.

    3 votes
    0 comments  ·  Hosting  ·  Admin →
    How important is this to you?
  13. I want to use messaging as an alerting mechanism that drives application logic. I intend to support mobile platforms and desktops - Windows and macOS. Doing this in C++ from beginning to end is the most efficient.

    3 votes
    How important is this to you?
  14. would be great if I could use the GODOT game engine with Firebase.
    because I saw many other game engines use Firebase, like Unity I think will be great to have this feature.

    3 votes
    1 comment  ·  Other  ·  Admin →
    How important is this to you?
  15. Currently, we can view metrics for specific URL patterns; however, we cannot set up separate monitoring for different request methods (GET, PUT, POST, etc.) for the same URL pattern.

    Either the ability to set up monitoring for a given request method + URL pattern combo, the ability to filter down into specific request methods for a given URL pattern, or both would be wonderful.

    3 votes
    How important is this to you?
  16. I am building a web application using Firebase authentication. I require email verification to have users access our platform. Currently, the link is quite long, but I was wondering if there was any way to shorten the URL to make it more user friendly, and to make it look less spam-like

    3 votes
    How important is this to you?
  17. It would be great to be able to configure static MFA validation codes / phone numbers for testing in the emulator, like in the normal firebase auth product.

    This would make testing an application with automated tests a lot easier.

    3 votes
    1 comment  ·  Emulators  ·  Admin →
    How important is this to you?
  18. Just like phone auth, WhatsApp auth would be greatly beneficial for Asian markets. Users don't need to verify with OTP and us developers get access to their WhatsApp directly for promotion purposes.

    3 votes
    How important is this to you?
  19. Verifying requests with Java Admin SDK would be very helpful for many servers using this language.

    3 votes
    0 comments  ·  App Check  ·  Admin →
    How important is this to you?
  20. 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?
  • Don't see your idea?