1491 results found
-
Flutter Android Demo Testing Integration Easier?
Currently, I love Project IDX, but I still think it is a little hard to test out Android Apps built in Flutter and Firebase from the User Interface VS Android Studio.
Could this development experience be made a little bit easier; for something Flutter is famous for on "painting user interfaces for mobile applications?"
3 votes -
Fee/Pricing
Functions is behind paywall, (it is still free for some limit in Blaze plan), but IF i upgrade to Blaze, then Cloud Storage, Hosting etc starts to charge right away, even in free plan they have free limits but once switched to Blaze it starts to charge. So to get free Functions, i have to pay cloud storage and hosting and more.
For any playground project that is not gonna hit market or earn money, how i am supposed to try/learn functions? This forces me to move away from platform
5 votes -
How do I use puppeteer in IDX?
When trying to use puppeteer https://pptr.dev/ in idx i cant figure out how to make it work
Please clarify how i can fix that
Thank You3 votes -
2 votes
-
Add the option to sign out on mobile
Just a UI issue on the website. I have multiple accounts on my phone and firebase automatically signs into what ever account that my mobile chrome is on. There is no option to sign out but my firebase is managed with a different amount. I switched the account on chrome but it's still logged into the other account. A simple sign out option would make life a lot easier when auto sign ins don't work.
1 vote -
Allow custom Slack webhook URLs when integrating with Crashlytics
Problem
When filling out the form to add a Slack webhook URL for a Crashlytics project the form only allows URLs that begin with https://hooks.slack.com/..., however, some companies have their own proxy URLs to manage the Slack webhooks for their enterprise Slack instance (e.g. https://hooks.mycompanydomain.com/...).
Feature request
Please relax the client-side only form validation to allow other hostnames besides "hooks.slack.com".
11 votes -
Support deleting databases via the API
You cannot delete a Firestore database with the API; you must use the CLI if you want to do this programmatically. This is problematic as it means you essentially need to create a shell in your application, ensure the CLI is available, authenticate, and then make the required CLI call.
2 votes -
Support deleting collections in the API
Currently you can only delete collections programmatically via the CLI. Otherwise, you have to list and delete every single document in the collection. If those documents have nested collections, you have to (recursively) retrieve and delete every document in the nested collection (As deleting a document does not delete any nested collections the document has). If there are additional levels of nested collections... You get the idea.
I wasn't sure what this other request was referring to so I made this one: https://firebase.uservoice.com/forums/948424-general/suggestions/46562317-api-support-for-deleting-directories
7 votes -
Add Bulk User Update to SDK
Add a bulk update user method to avoid handling the user configuration update limit of 10/s in code. Specifically, my use case is to bulk disable/enable users in a single call.
1 vote -
Should be able to install the Angular specific version in the start
I wanted Angular 16 version, but during the initial setup and selection to create Angular project, it automatically created/installed project on Angulars latest (17.x.x) version
2 votes -
1 vote
-
Expose subcollections as json fields
Currently, subcollections are treated separately from fields in the UI. This seems like an arbitrary distinction - a subcollection is simply a json object under a document. You could do the same thing with a string field.
The API could support retrieving subcollections as string fields in json format for a document. This would prevent the need to iterate over every document in a collection, then get a list of the subcollections, then retrieve the documents from those subcollections, etc. If worried about time required, since Firestore supports 100 nesting levels, perhaps the API call could include the nesting level…
1 vote -
Expose "last updated" metadata
If Firebase cannot support some kind of changestream implementation, it should include metadata on each document that includes a "last updated" timestamp. Then clients can query against this field to only retrieve "new" changes (Inserts, Updates). It lacks support for delete capture but is the next best thing after a changestream.
18 votes -
Changestream
Firestore does not support any actual CDC (Change Data Capture). A changestream similar to other NoSQL implementations (Mongo, DocumentDB, Azure Cosmos DB) would make the database a lot more usable and grant feature parity with other popular NoSQL databases. This changestream would expose operations like updates, inserts, and deletes for a client to come and retrieve from either a timestamp or a resume token.
8 votes -
Add a help doc or disclosure that outlines what Google can do with my private code
I'm nervous about using IDX because I can't find information on what happens to code that I create/edit within it. I also don't want to imply any Google ownership of content I create. It would be nice to see this called out clearly.
2 votes -
For all mobile app project templates, It would be nice to have direct possibility to publish mobile app to Playstore / appstore
For all mobile app project templates, It would be nice to have direct possibility to publish mobile app to Playstore / appstore
2 votes -
We need support for native mobile development for Android and ios
We need support for native mobile development for Android and ios (java, kotlin, Swift, C++)
454 votesAs many of you may have seen from our I/O Connect announcements, we are actively working on having Android Studio work on IDX. Here is a teaser video: https://x.com/kirupa/status/1813693281039212735
Please join the waitlist to be among the first to try out this experience once we make it available for early testing: https://idx.google.com/android-studio
-
We need NativeScript Project Support
We need NativeScript Project Support
4 votes -
add icon view external website
After I tried closing the view to see the external website page, I was confused about how to see the external website again
1 vote -
Google colab
Google Colab is an awesome way to get access to workflows that require a GPU but a Jupyter notebook is not as powerful as working from an IDE.
This idea would be to allow IDX to open within or attach to a Google Colab VM for a more fully featured development experience for AI applications.
8 votes
- Don't see your idea?