3 results found
-
Delete Firebase project without deleting GCP project
Currently you can enable Firebase for an existing GCP project, but cannot disable it. So it will stick around in the Firebase Console until you delete the GCP project. This is confusing and can lead to errors like accidentally deleting the GCP project or changing other configuration through the Firebase Console UI that is managed outside Firebase, for example through Terraform unintentionally.
4 votes -
Roll Back The UI Updates Or Classic UI
The UI updates are really gross. The light mode is blinding and the dark mode is just odd. The old UI was better.
Can we at least get an option to go to the classic UI?2 votes -
Security vulnerability on using insecure function like execSQL which is found in firebase android sdk
firebase-android-sdk in SchemaManager.java it uses execSQL. This is being raised as as a security vulnerability from the Security Audit. Please find the path below :
transport/transport-runtime/src/main/java/com/google/android/datatransport/runtime/scheduling/persistence/SchemaManager.javaIs this will affect the application as we use firebase in our application? Is it a false positive? or in the further version alternative of execSQL can be used.
1 voteThe execSQL statements identified manipulate the local SQLite database that the Android SDK uses to cache Firestore data. They're not a security risk.
This is also not a feature request. Going forward please report security concerns directly on the relevant repo, rather than here.
- Don't see your idea?