1212 results found
-
Authenticate via email code
We can now use passwordless authentication using email link. This is troublesome on Flutter web clients (a new tab/second instance of app is opened). An option to type 4 digit code received on email to authenticate would be a nice solution.
BTW. Let me know if you could help me with the email link web client authentication, thanks!7 votes -
Remote Config conditions for Web Preview Channels
It would be great to be able to have different remote config configurations (e.g. feature flags) for different preview channels.
This is important to be even able to use/test/QA the preview channel build if we don't want to rollout the feature globally yet (mostly in the last stages of development).Note: For native apps we solved this by using specific version numbers (that are used only for preview builds), but for web apps the version condition is greyed out.
7 votes -
Support array-contains-prefix operator in Firestore
You can build a search index in a Firestore collection by storing an array of search words.
If you query this property using 'array_contains' you get exact matches for your search string.
If you wish to build a prefix search, then you potentially need to store all prefixes of the words you need to index.Assuming that the array-contains is performing some kind of index scan, it would appear that it was possible to create an array-contains-prefix such that:
where('index', 'array-contains-prefix', 'fire')
would match the following documents[
{ index: ["firestore", "database"],
...
},
{ index: ["firebase", "dog"],
...
}…
7 votes -
Futures feature
Values which should be computed only when outputting data, can be stored as futures.
7 votes -
7 votes
-
Allow enabling Firebase Auth programmatically
Instead enabling Firebase Auth manually, by navigating to the "Authentication" tab in Firebase Console and clicking "Get started", can we do all of this programmatically?
7 votes -
7 votes
-
7 votes
-
7 votes
-
7 votes
-
Look into Gemini Ai as well as Google Ai concentrate on permissions and time ie. Min, hour etc etc
Look into Gemini Ai as well as Google Ai
6 votes -
Enable Firebase services for Syrians
Syrian developers deserve greater support from leading global companies. I kindly ask you to enable Firebase services for people in Syria, so we can create meaningful applications and contribute to rebuilding our country.
This request aligns with recent U.S. actions to ease restrictions and remove Syria from certain sanctions lists.
Thank you for your understanding and for recognizing our hopes for a better future.
6 votes -
User AI technology
User AI technology image generator text chat
6 votes -
Firebase App Hosting Punycode Support
When using a custom domain on Firebase App Hosting, we encountered the inconvenience that Punycode is not supported. As a result, we had no choice but to repurchase a new domain and redeploy our site. If Firebase App Hosting were to add Punycode support for custom domains—enabling the use of Hangul-based domains—Korean developers would be much more likely to adopt Firebase services for deploying their sites.
Thank you for taking the time to read my suggestion.
6 votes -
chatbot
Plataforma de Automatización Conversacional para WhatsApp Business
Objetivo general:
Desarrollar una solución integral basada en WhatsApp Business API, con inteligencia artificial y automatización, para que empresas como restaurantes, pizzerías, comercios y profesionales puedan:
- Automatizar la atención al cliente
- Gestionar pedidos, pagos y reservas
- Enviar notificaciones, promociones y recordatorios
- Escalar a un agente humano cuando sea necesarioEl sistema será ofrecido como servicio (SaaS) bajo el nombre Factor Soluciones y debe ser escalable a múltiples clientes (modelo multiempresa).
Componentes clave:
- Integración con la API Oficial de WhatsApp Business:
- Uso de proveedor oficial (360dialog, Twilio, Zenvia, etc.)
Soporte…
6 votes -
mcp server to control emulator
using this we can code and test it with emulator using AI
6 votes -
support pixi as package manager for the conda ecosystem
Pixi is a package management tool which supports multiple languages including C++:
Pixi is the new package manager for the conda ecosystem, and is likely to replace conda/mamba/micromamba, much as uv has replaced pip/venv.
Currently I can add a nix configuration to my project but I want to use the existing pixi.toml to setup my environments.
6 votes -
Customizable Filename for iOS Artifacts in Firebase App Distribution
Description:
We have identified an area for improvement regarding the naming of iOS artifacts in Firebase App Distribution. Currently, when an IPA file is downloaded from the Firebase App Distribution console, it is automatically named app.ipa regardless of its original filename.
Background:
Our investigation revealed that, based on Google’s public documentation [1] [2], there is no available method to customize the filename during download.
Firebase App Distribution automatically assigns the name app.ipa for iOS artifacts as a default behavior, and this is not configurable via the console or CLI.
Request:
We propose the introduction of a feature that allows users…
6 votes -
Allow For Different Rollout Percentages
Currently, the highest allowed rollout percentage is 50% (before going to 100%). While we understand that higher percentage won't allow to compare the groups correctly, having an ability to gradually release a feature from 50% to 100% would be a very nice and common requirement.
6 votes -
Add support for local npm packages
Change the behavior of dpeloy for functions so that if a local (file based) npm package is listed in the package dependencies, the package will be uploaded with the function.
It is a major pain for local packages to not be supported in uploading cloud functions.
6 votes
- Don't see your idea?