1462 results found
-
Add SSR and CSR based templates for angular applications
It is good which angular template we can choose which type of templates we need SSR based or CSR based.
1 vote -
Fetching Repos
Given that the code editor currently only offers the option to fetch repositories from GitHub, it would be advantageous to expand this capability to encompass repositories from other platforms such as Bitbucket or GitLab, as well as from local device storage.
1 vote -
Add custom permissions claims to access tokens via Firebase web interface
Firebase currently only allows you to add custom claims to ID tokens, and it suggests adding role based access control (RBAC) permissions in those ID token claims.
RBAC custom claims should be added to the access token which is already included in the Authorization header in all API requests, so the API already has access to the token that it needs. Additionally including an ID token in API requests so that the API can read permissions from it is overly complicated and superfluous.
Furthermore, you should be able to add these claims to access tokens for specific users via the…
2 votes -
21 votes
-
Support offline capabilities for mobile using React Native
I can see offline capabilities for mobile using Kotlin, Java, Swift and Objective-C. I am requesting offline support for React Native application.
1 vote -
Add "Last Used" column to Firestore Database Indexes
There is a limit of 200 indexes per database currently. Sometimes I create indexes in development that never get used again. I do not want to delete indexes "I think are not being used". Having a "Last Used" column for indexes would allow me to know whether or not I can delete an index.
7 votes -
Support "Continuing Uploads Across Process Restarts" on iOS
I work for a company that enable people to record sports using video and the storage footprint are often very huge (10GB+). While building an app for iOS, I notice that Firebase don't support continuing uploads across process restarts on iOS which is a major deal-breaker for continuing using Cloud Storage for Firebase.
I see support for this on Android and I will encourage you to add this to iOS in the future. Ref: https://firebase.google.com/docs/storage/android/upload-files#continuing_uploads_across_process_restarts9 votes -
Add Creator User UID to the Collection Record Metadata
Will allow further security validation and early detection of security checks failures.
To give an example of why this is important,
I use a Firebase Collection as an API alternative, I create a task record that triggers a cloud function, it allows me to manage my resources effectively and provide partial updates, way more flexible than traditional REST, however with API I use bearer tokens to verify that the identity of the person creating the record and deciding if they are allowed or 401, without UID in record metadata I have to send the plain UID as a field in…2 votes -
azure
For Firebase / Flutter administrators who would like to use Entra AD (Azure AD) for Flutter Android,iOS and Web apps, the administrative setup and documentation should be easy to follow. The administrative process should be consistent with the Google authentication scenario.
1 vote -
Feature Request: .NET Core Support for Google IDX
I've been an avid user of Google IDX, and I must say, the experience has been nothing short of exceptional. The fusion of web-based IDE prowess with AI features is indeed groundbreaking.
I would like to propose an exciting addition to further elevate Google IDX's versatility— the integration of .NET Core support. Considering the platform's commitment to open source projects and its web-based efficiency, incorporating .NET Core would be a game-changer. This enhancement would not only broaden the user base but also empower developers to harness the full potential of the .NET ecosystem seamlessly.
I believe the synergy between Google…
4 votes -
Add option to block client-side password reset in firebase
See here: https://stackoverflow.com/questions/77313457/block-client-side-password-reset-in-firebase
I would like to be able to disable all client-side password resets, both sending a password reset email and directly updating a password after re-authenticating so I can do all my logic though the admin API in functions.
For example, add and option in Authentication -> settings -> user actions that blocks client-side password resets (throws an 'auth/admin-restricted-operation')
(Would be nice to have this option for all auth functions, so you can decide to control access for everything better)
6 votes -
Firestore hosting in South Africa
Make Firestore and Firebase hosting available on the new Johannesburg Cloud Region; this will greatly assist developers in launching apps within the continent and also assist with local data protection regulations.
2 votes -
Support multiple Flutter version using FVM
Yes, we need it, so that projects with various Flutter versions can run with IDX
2 votes -
1 vote
-
Lower the time needed for spinning up VMs
Spinning up VMs can take some time, which is annoying as I have no access to my IDX workspace during this time. Would it be possible to be more specific about the number of VMs needed in each region? I mean, you know how many users you have in each region, and you could maximize efficiency by counting the time of day in each region. I suppose it would even be possible to make predictions based on the data collected.
4 votes -
Firebase Test Lab IAM should allow making Test Results, with records and what not, fully publicly accessible
See https://github.com/google/android-fhir/issues/2218:
For e.g. public open source projects, it would be very useful if Firebase Test Lab IAM could be configured to allow making Test Results, with records and what not, fully publicly accessible.
According to the discussion on Firebase Support Case 10251960, "Making test results publicly available is something that's not yet possible on our end. "
5 votes -
Mobile Preview Support for Web Apps
Worldwide, many users browse the internet on their mobile devices. We want to make it easier to test your web app more accurately across Android and iOS devices to catch any quirks (differing native UI, varying screen sizes, rendering engine bugs, etc.) the mobile environments may introduce.
14 votes -
View "Billing Plans" on "All Firebase Projects" page
I want "Billing Plans" to be displayed on the "All Firebase Projects" page.
There is a limit to the number of projects that can be set in "Billing Plans".
If I reach the limit, I will need to downgrade one of my projects to "Spark Plan".
I would like to display "Billing Plans" on the "All Firebase Projects" page because I don't know which project has set "Blaze Plan".2 votes -
Agregar Github global para todo el IDE y deber configurarlo para cada proyecto
Se debería integrar la capacidad de integrar el token de github, para todo el IDE, sin importar el proyecto que se está ejecutando
1 vote -
Raise the Firestore Rules Expression Limit
Raise the maximum expression limit for firestore rules to make more complex doc schema validation possible.
1 vote
- Don't see your idea?