1482 results found
-
Ability to provide a json file of test users
Currently the auth emulator lets you randomly generate a user which is great. But I would really like the ability to provide it with a chunk of test users where I can fill out their email addresses, and names so it will randomly select one of those or sequentially. This is because I often need to test with sending emails to these users and I need to provide real email addresses for that to work so I currently have to manually recreate all the test users each time the db is wiped in dev. Super annoying.
2 votes -
Send now<tristania420@dropbox.com.system.recover.reastore.yesterday><Use.copilot.delivery.run>
Resets today
1 vote -
عندي افتكر كثيره لتتطور
مالي من باب مبلغ التشجيع
1 vote -
Merge Projects
It would be nice to merge projects. I am building a spring boot, postgres, and angular project but I used the template for angular, spring boot, and postgres and now I have three projects I would like to merge. I know I can dig into the nix file and do it manually, but wouldn't it be nice to merge them with a single click?
3 votes -
Firestore collection group query on document id
Currently, you cannot use Fieldpath.document_id for collection group queries, which is rather shameful considering you can do that in Firebase UI.
Relevant StackOverflow: https://stackoverflow.com/questions/56188250/how-to-perform-collection-group-query-using-document-id-in-cloud-firestore
2 votes -
CMS for Firestore
A CMS for Firestore like Rowy.io & FireCMS
2 votes -
1 vote
-
Add Support for Firebase App Check Without Requiring Authentication for Android Storage Access
The issue I am encountering is quite unusual. It arises whenever we try to access storage, even though I am using App Check and Firebase authentication is not required. Our App Check setup appears to be functioning correctly, and we can fetch data without any problems. However, these errors still appear in the console. This issue is occurring only in the Android, while the iOS works fine.
Console error:
error getting token java.util.concurrent.ExecutionException: com.google.firebase.internal.api.FirebaseNoSignedInUserException: Please sign in before trying to get a token.0 votes -
Create a sharable link for unauthorized users
For quickly sharing your current site or app state with somebody else without them requiring to authorize or being added as an workspace member.
Nice to have
- Set expiry for the share url
- Let people add comments to elements4 votes -
Enable auth by email only for allowed domains
Application that is intended only for students of one university and I want to restrict creating of new accounts only to students of the specific university. There is a workaround of setting rules for data access in database, but I want to disallow other people to create a new account. Cleaner solution.
2 votes -
106 votes
-
Zoom In and Zoom Out pls
In my wide screen code editor letters are too small, I want to Zoom In
3 votes -
Allow use of the filter value on whereArrayContains within a firestore rule
I believe that by simply allowing access to the whereArrayContains filter value, it should be possible to solve for a use-case which can generally only be resolved using an SQL/relational database or cloud functions.
Take the following query;
getDocs( query( collection(db, "profiles"), where("groupProfileLinkIdReference", "array-contains", "groupProfileLinkId1"), limit(1), ), )
If we can access the value which in this case is "groupProfileLinkId1", it becomes possible to do the following;
match /profiles/{profileId} { allow list: if validateListProfileDbEntry(); } function validateListProfileDbEntry(){ let groupProfileLinkId = resource.data.groupProfileLinkIdReference[0]; let groupProfileLink = get(/databases/$(database)/documents/groupProfileLink/$(groupProfileLinkId)).data; return groupProfileLink.isApproved == true; }
The way the data is modelled is that every time…
1 vote -
Emulator: Firestore requests with descending order + clear button
The Firestore requests page in the emulator currently sorts the requests by ascending execution time, which requires to scroll to the very bottom every time to see the last request. Very cumbersome.
The emulator should order by default by descending order and also offer a "clear" button to empty the list upon request.
3 votes -
Sourcehut support
Support using SourceHut git repos.
2 votes -
Add More Emulators
For now, there is only one emulator, There should be a way to add more emulator
18 votes -
Region restriction configuration
For gdpr compliant usage in europe we need a way to configure that ALL related resources are hosted in a specific region. Whould be great if that could be configured in one single place and automatically apply to all services spin up for my app.
7 votes -
need for manually running Flask apps in a terminal and previewing them within the workspace with the link created for debugging purpose
need for manually running Flask apps in a terminal and previewing them within the workspace with the link created for debugging purpose
2 votes -
Sveltekit support
Sveltekit support would be a great enhancement and I would love to use it.
An easy end-to-end integration of SSR with Firebase would probably attract a lot of Frontend Devs.
I have this working for a little side project I am working on, so I know it is absolutely possible.7 votes -
Make workspace limit error actionable
If I have 5 workspaces and I attempt to create another one, I get the following error:
IDX currently has a per-user workspace limit. Please delete one or more workspaces before continuing...
I cannot fix this error on this page. I have to manually navigate to idx.google.com to see my workspaces and delete them.
I would consider the following improvements:
- Add a link to this error that takes you to your workspaces so that you can delete them.
- Show this error earlier. Currently this error is shown when you've filled out the form and pressed the "Create" button. This is…
2 votes
- Don't see your idea?