2082 results found
-
Support UUID as a data type
I'm using Go client, and at this time UUIDs are represented as array of numbers. This doesn't make any sense and is quite clunky and unergonomic, but this is the client behaviour - the Go type
[16]byte
converts to that, and there is no way to affect it directly.This also means that a list of UUIDs is impossible to represent at all, since a Go slice converts into an array, and Firestore can't handle arrays in arrays. Btw, that by itself is ridiculous, but right now my problem is with UUIDs specifically.
A list of IDs is a trivial…
1 vote -
Allow "App Nickname" to be an option in the link text generated for email link authentication
Currently there is no way to customize the email sent to users who authenticate via email (deep ?) link. I understand / accept the rational for this.
For Firebase projects with multiple Apps, this leads to all authentication emails having a single title (and link) based on the "public-facing name" set in "Project settings". It would be good to have an option to use the "app nickname" used for each of the Apps within the project to form the basis for the email title + link text. This would give users more confidence that they've received a valid login email…
1 vote -
Option to download files from the Dashboard, from Workspace option.
Right now I cannot to access my Workspace which contains many code files and I am locked out due to some error. we can avoid this by allowing users to download all of the contents that are in the workspace like how "Gitpod" handles, directly allowing them to download the files by adding additional "Download" option in the workspace option. even if there are now virtual machines are available users would be able to access their files.
4 votes -
Targeting all users via App Package Name
FCM must support targeting all users in HTTP v1 API by App Package Name via 'to' parameter in addition to 'topic', 'condition' and 'device token' as like available in FCM console. More suitable targeting parameter may also be added.
5 votes -
Performance
More detailed and informational --- like how to improve start up time.
I may be missing on something such as how to filter the feature but this to me is a glorified graph just depicting start_up time that I can grab from anywhere i.e. logcat.
4 votes -
acquires the domain iDXcopilot.com before another platform does so.
Dear Google Developers Team,
I wanted to take a moment to acknowledge the incredible work you've done on Project IDX. Your dedication to innovation and excellence is truly impressive.
I also wanted to bring to your attention the availability of the domain name (iDXcopilot.com) I strongly believe that acquiring this domain would be a valuable asset for your project. It's a perfect match for your brand and would provide a clear and concise way for users to access your platform.
I urge you to expedite the process of purchasing this domain before someone else does. Owning IDXcopilot.com would:
- Enhance brand…
5 votes -
Remote Config for server side
Remote Config is extremely powerful, but to have the same features for server-side feature flagging and A/B testing we have to use something like LaunchDarkly which is a. Expensive b. Another set of SDK & libraries to add to both frontend and backend.
Where Firebase provides remote config, A/B testing, and personalization with the power of Google Analytics and Google's ML capability I think it's obvious Remote config Admin SDK will provide a significant benefit. Since analytics and remote config is already used in frontend it's a no-brainer to add them to the backend and provide a seamless end-to-end user…
49 votesWe are considering this feature; however, we would like to connect with you to understand your needs a bit better. Please sign up here to register your interest in connecting with us for a feedback / product deep dive session.
-
Data Transformation With CEL expression
I love that data connect supports
{.._expr: "auth.uid"}
to define server value based on Firebase auth token.What about other CEL operations?
I want the ability to perform simple transformation using GraphQL variables, Firebase auth token and current timestamp. For example:
_expr: "'hello from ' + auth.email"
I want the ability to combine data from different sources. Like execute a query and then use its result to perform another query or mutation. CEL expression can help cross reference data in previous steps.
7 votes -
VENDORS and Developer illegal claims of software
AAll Windows, PS4, PS5, XONE, XSXS online cost for play online games are starting at $10 up to 200 . The cost per hour online will cost 5 and hour. Where counting down the amount of hour children are allowed to play or Regulating these Councils because you don't learn anything from these game . We planning on adding a military testing 2 player shooting mode online for Educational purposes. These Simulator are binary military development platforms that civilian that unlisted one year in basic training get use those Simulator for team training Exercise . Cost for Devops package will…
2 votes -
Keep Edit History on Reload
Ensure that edit history is retained when the network reconnects or the browser reloads. Accidental history loss can hamper development efficiency, so retaining history on reload would greatly improve dev UX.
2 votes -
not upgrading blaze plan
firebase is not updateing to blaze plan i already have an verified billing account you should have to give more information about how to setup properly
4 votes -
[Hot in 2023-2024] Support Full-Stack Web Framework of Python, like Reflex, Flet, solara, Streamlit, Pyodide, Anvil, ertc.
Recently, we have got many Full-Stack and Frontend Web Frameworks of Python.
- General Purpose Frameworks like Reflex, FastHTML, Anvil, Streamlit, and Flet can work for Mobile Apps.
- Rather Data-Oriented Frameworks like Dash, Gradio-Lite,...
- With Mesop, Google seems targeting Streamlit. Then, Google Web Toolkit was made OSS, "GWT."
- Reflex is capitalized by Y-Combintor, etc.
- And many other frameworks, Pyodide, ReactPy...
- some of them are finally compiled into JS/TS Frameworks, but we can code all by Python.This very hot movement means the shift of value-adding area is going to Gen AI-centric field usually Python deployed,…
3 votes -
Maybe not count Archived projects towards the five project limit?
I don't get to work on projects very often so sometimes so some projects usually get in the archive mode. Sometimes I would like to spin up a test project to learn something new. Making it so that archived projects don't count towards the 5 limit might help in letting people have a decent amount of projects saved.
2 votes -
Encrypt sensitive config data
Most projects are parameterized at least with regards to sensitive config data, like credentials or dotenv files. These need to be stored somewhere, but not in git. They also need to be available when running previews or onStart scripts. IDX could either integrate with Secret Manager or allow its own config store (compare Gitpod's repo specific env vars: https://www.gitpod.io/docs/configure/repositories/environment-variables#environment-variables).
2 votes -
closing project
This IDX actually amazing. I have many project but little hard to fast switching other project. I think we need closing project on File menu and back to main dashboard. Thanks
12 votes -
Support customized user properties to target audiences.
Support customized user properties combining with topics to send notifications through API. The default user properties are not enough to group users. Need to combine topics with customized user properties as conditions to target audiences through API. Real time and high volume notifications request automatically pushing instead of manually pushing using console.
4 votes -
Ability to disable deleting collections and documents from firebase console
In Firebase's Firestore, a user with write access to a project can simply delete any document and even a whole collection with multiple documents with a single click. This is a major security problem as any of my team member may end up deleting a whole collection with millions of documents in under a minute, through the Firebase console.
I would like to request for a feature to disable this.
To be clear - The possibility to grant write access without delete access. Currently, if I am not mistaken, through the User and Permissions panel it's kind of "all or…
13 votes -
Export event state to BigQuery
Currently the events exported from Firebase to BigQuery don't have the issue state, which requires additional work to check the issue state without the information on when the state was updated.
The proposal is that real-time exporting can consider the issue state at the time of receiving the event.
E.g.
- Issue ID 1 currently has an open state
- Issue ID 1 receives event ID A at 10:30am
- Issue ID 1 is set to a closed state at 10:31am
- Issue ID 1 receives event ID B at 10:32am
- BigQuery has event ID A set as open…9 votes -
more android and apple devices, also add hot reload to iOS. And maybe for a future add desktops emulators (MacOS, Windows, Linux)
more android and apple devices, also add hot reload to iOS. And maybe for a future add desktops emulators (MacOS, Windows, Linux)
15 votes -
Integration with Google Chat
Would be great to have the option to integrate crashlytics alerts with google chat
13 votes
- Don't see your idea?