Skip to content

General

General

Categories

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

1244 results found

  1. from datetime import date, datetime
    import os
    import json
    import math
    from pathlib import Path
    import ollama

    === PATHS ===

    BASEDIR = Path(file).parent.parent # Personal-AI root
    SYSTEM
    DIR = BASEDIR / "00-System"
    IDENTITY
    DIR = BASEDIR / "01-Identity-Vault"
    BUSINESS
    DIR = BASEDIR / "02-Business"
    KNOWLEDGE
    DIR = BASEDIR / "03-Knowledge"
    TASKS
    DIR = BASEDIR / "04-Tasks"
    LOGS
    DIR = BASEDIR / "05-Logs"
    RULES
    FILE = SYSTEMDIR / "AI-Rules.md"
    EMBED
    CACHEFILE = SYSTEMDIR / "embed_cache.json"

    Embedding model

    EMBEDMODEL = "nomic-embed-text"
    CHAT
    MODEL = "llama3.1"
    MAXFILES = 5

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  SDKs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. In Firestore Enterprise, array indexes can be created in the index management view without throwing any errors or warnings. However, when executing queries that rely on array operations (such as array-contains or array-contains-any), the query engine completely ignores the created array index and falls back to a full table scan.
    ​This creates significant issues for setups migrating from Firestore Standard, where array indexes are commonly used to handle multi-document references and array-based lookups.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Firestore  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Лизание писечки

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Subject: Unable to update Action URL / Subject for email templates — EMAILTEMPLATEUPDATENOTALLOWED

    Project ID: charitey-37ce8
    Project name: Fourth Idly

    Description:

    I'm trying to customize the password reset email template for my Firebase Authentication project. Specifically, I need to update:

    The Action URL (currently https://charitey-37ce8.web.app/__/auth/action) to point to my custom domain
    The email subject line

    Both attempts fail with the same result:

    Via Firebase Console: Clicking "Save" on Authentication → Templates → Password reset → Customize action URL shows a generic error: "An error occurred updating action URL."
    Via the Identity Toolkit REST API (projects.updateConfig…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. import 'package:flutter/material.dart';
    import 'package:firebasecore/firebasecore.dart';

    // Import the firebaseappcheck plugin
    import 'package:firebaseappcheck/firebaseappcheck.dart';

    Future<void> main() async {
    WidgetsFlutterBinding.ensureInitialized();
    await Firebase.initializeApp();
    await FirebaseAppCheck.instance.activate(
    // You can also use a ReCaptchaEnterpriseProvider provider instance as an
    // argument for webProvider
    webProvider: ReCaptchaV3Provider('recaptcha-v3-site-key'),
    // Default provider for Android is the Play Integrity provider. You can use the "AndroidProvider" enum to choose
    // your preferred provider. Choose from:
    // 1. Debug provider
    // 2. Safety Net provider
    // 3. Play Integrity provider
    androidProvider: AndroidProvider.debug,
    // Default provider for iOS/macOS is the Device Check provider. You can use the "AppleProvider"…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  App Distribution  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. There's a plugin, but it doesn't receive much love. The main problem is effort - Nx keeps doing breaking changes and the plugin gets broken with pretty much every new Nx version. Not even to mention that they dropped the e2e part for functions.

    Would be great if the Firebase Team could work on it:

    https://github.com/simondotm/nx-firebase

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 💡 Feature Proposal

    Is your feature request related to a problem? Please describe.
    Currently, Firebase Crashlytics (both the backend and the upload-symbols / Gradle tooling) strictly requires standard .zip (DEFLATE) archives for symbolication files like dSYMs and ProGuard mappings.

    For large-scale applications, dSYM files can easily grow to several gigabytes. Compressing them with standard single-threaded zip tools slows down CI/CD pipelines significantly, while multi-threaded tools or better algorithms cannot be fully utilized because the Firebase backend rejects anything other than standard ZIP files.

    Describe the solution you'd like
    We would like Firebase Crashlytics to natively support Zstandard (.zst or

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Crashlytics  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Hi Firebase Team,

    I would like to submit a feature request regarding Firebase Crashlytics and BigQuery Export.

    Currently, our team uses the notes section in Crashlytics to manage crash investigation statuses and review progress. While Crashlytics provides great BigQuery integration for raw event data, the issue notes are not included in the exported dataset.

    To improve our operational workflow, we would love to see issue notes included in the BigQuery Export schema. Even if it only exports the latest note associated with each issue, it would allow us to write custom SQL queries and build live dashboards (e.g., in Looker…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Crashlytics  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Firebase Studio is being shut down without a true replacement, and that is a serious mistake.

    For many of us, Firebase Studio was not just an experiment — it was a practical, browser-based development workspace deeply integrated with Firebase, accessible from anywhere, and useful for real production workflows.

    The alternatives being pointed to are not equivalent:

    Google AI Studio is more of an AI playground than a full development environment.
    Antigravity appears to require high-end local hardware, which defeats the purpose of a cloud-based workspace you can use from any machine.
    Firebase Studio gave developers something extremely valuable: flexibility, accessibility,…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Its literally very much shameful how google operates. I tried multiple times to buy google cloud, google studio, and firebase but each time what i see is they deduct 2 Rs and set autopay but decline that you were not able to set your payment method. I tried this so many times but got the same results. if you guyz don't accept upi then why you give option to select. its really very upsetting. how can i trust you guyz when you take 2 Rs multiple times and doesn't validate the autopay then how can i be assured that you…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. It would be great to have a feature where sorting/filters applied at the collection level do not automatically apply to nested sub-fields, or an option to disable parent sorting on individual fields in the console viewer.

    While this doesn't change the underlying dataset, it would make manual data inspection much more convenient and intuitive for human reviewers.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Firestore  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  In-App Messaging  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. This concerns the verification links. Since we cannot edit the HTML body directly, the long default Firebase links can look intimidating to users, making them hesitant to click. Would it be possible for Firebase to format these links as buttons by default across the platform? I believe this improvement would be highly beneficial for many developers and users.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Authentication  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. The Firebase console used to be intuitive to navigate. Now if I am trying to find my Crashlytics settings there are all these buttons in my face inviting me to let Gemini create a barista app. No one wants to create a barista app, can you please move all this stuff over to some other system hyping agents somewhere else?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Firebase console  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Interested

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Our Project is suspended from last two days and has been restored yet..

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Rejected requests to identitytoolkit (401 invalid App Check, 400 per-IP) and securetoken (refresh) still count against the project quotas (1,000 QPS, 10M/day, 18,000/min) — confirmed by measurement and Firebase Support (case #10417533). A single IP with no valid credentials can consume shared quota. Developers have no WAF or per-IP rate limiting for these client-facing endpoints, and no supported mitigation, so an external party can force an Auth availability outage on any project using client-side Auth.

    AWS Cognito solves this: attach a WAF web ACL to a user pool, and blocked requests don't count toward quota. Please add equivalent edge filtering…

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. I dislike your new UI for A/B testing; it's extremely difficult to use. Configurations aren't readily apparent; the page shrinks to the right sidebar, which is visually unpleasant. New configurations can't be created immediately, unlike in the previous mode. Starting a test requires creating a new condition; otherwise, the test won't be at the highest priority under the same configuration, and users will end up using other conditions within the same configuration. It's difficult to use, very difficult to use.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Please add first-class Firebase SDK support for Kotlin/Wasm, especially for Compose Multiplatform Web apps.

    Kotlin/Wasm is becoming an important target for sharing Kotlin and Compose UI across Android and Web. Today, Firebase works well on Android and through the JavaScript SDK on Web, but Kotlin/Wasm integration is still awkward and requires wrappers, JS interop, REST calls, or platform-specific abstractions.

    It would be very useful to have official support for Auth, Remote Config, Realtime Database, Firestore, Analytics, and Storage from Kotlin/Wasm.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  SDKs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3 4 5 62 63
  • Don't see your idea?