1494 results found
-
Remote Config Emulator
Provide a native emulator for Remote Config with A/B tests will be great, but is not critical.
5 votes -
support renaming workspaces
When I started my workspace I had only thought of one use case but then the scope evolved and my original workspace name no longer reflects what my workspace does. I tried "Save workspace as..." but it didn't change the folder name and it didn't permanently change the workspace name the next time I loaded the workspace.
6 votes -
Add real time support to the Firebase Javascipt SDK for Remote Config
Real time fetches are currently supported for all platforms except the Javascript SDK. I'd like to be able to fetch in real time across all of my apps: iOS, Android, and Web.
33 votes -
dynamic robots.txt and favicon
Add capability to dynamically change robots.txt and favicon. The current behavior returns 404.
3 votes -
Explain the format of the Firestore rules (and indexes) in firebase.json
At https://firebase.google.com/docs/cli?authuser=0#the_firebasejson_file, the firebase.json examples mention the Firestore rules like this:
"rules": "firestore.rules",
"rules": "firestore.default.rules",
"indexes": "firestore.default.indexes.json"What exactly is "firestore.rules"? A reserved string? An ID (pointing to what)? A filename (in what format)?
1 vote -
Devcontainer Support
Some of us come from Codespaces and other IDEs who already invested in Devcontainers. It would be nice if that's supported OOB
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.
2 votes -
Code Download Support
Please introduce a code download feautre which lets the user download his/her code in an archive.
2 votes -
Unique password option for password policy
Add an option for the password policy to require users to create a new, unique password that has never been used for their accounts.
1 vote -
We've detected suspicious activity on one of your workspaces. Please contact support for further assistance
would be nice if this thing tells what type of suspicious activity was detected and have actual options to fix it. or maybe even warnings so that people don't work too ******* something just for google to restrict access out of nowhere.
1 vote -
Should have Laravel Full Stack Template with authentication
The template must have environment suitable for Laravel Full Stack Application.
12 votes -
Native Swift implementation of the Real-time database client
The current Swift client for the Real-time database is written in Objective-C with a Swift overlay.
In order to allow using Firebase from Swift across different platforms like Windows and Linux, it would be awesome with a native Swift version. Alternatively a Swift version bridged directly from the firebase-cpp-sdk using the new Swift C++ interoperability.I did a port of the Objective-C code to Swift as an experiment, and I have it running on Linux just fine - together with the Auth-rewrite in Swift.
The (very experimental) PR is here: https://github.com/firebase/firebase-ios-sdk/pull/8670
3 votes -
Firestore: Use C++ implementation directly from Swift
Swift has recently gained direct interoperability with C++.
This would allow the current bridging layer written in Objective-C++ to be removed, which would in turn make it possible to use Firestore from Swift cross platform.The Browser Company have created patches for firebase-cpp-sdk to allow this:
https://github.com/thebrowsercompany/swift-firebase
It could also decrease the maintenance burden by removing the bridging layer code.
3 votes -
no se registra mi dominio lleva casi 1 semana, y no tengo menor idea del por que
no se registro mi dominio y no se por que o que esta mal
1 vote -
I needed phone number for free
I need phone number for free
0 votes -
Phishing on Firebase - API Abuse channel for trusted vetted security partners
I would like to explore the opportunity to become a partner to GCP / Firebase.
How can security companies who deal with phishing and enforcement of AuP ToS breaches submit data to Google Firebase for quicker enforcement when there is abuse?
Google is a very big company, but finding an actual human who works for Google is seemingly a very hard task - always automated reporting systems, which is understandable.
But it feels like dealing with a faceless behemoth,
Thus I want to explore the options to becoming a known vetted partner to Google Cloud platform, so GCP and Firebase…2 votes -
gemini help on main page
on main page I want to learn how to use idx. to give an example, how can I work on a project which has frontend+backend(api).
1 vote -
AI Bug fixing
What If AI could fix your bugs? Or if you imported a program and it didn't match up with the proper file placement, your AI could figure out where each file should go, and move them as such. Or if you made a typo, AI could figure out how to fix it.
4 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 -
Improve RemoteConfig conditions documentation
Documentation about conditions for iOS and Android is lacking proper description for semver logic on parameter 'AppVersion'
It seems that the condition properly evaluate operators
>
>=
<
<=
when the app version is a semver string i.e. 1.18.10 > 1.18.2but the documentation states that above operators are only working with numeric values :
"...
For string values:
exactly matches,
contains,
does not contain,
contains regexFor numeric values:
<, <=, =, !=, >, >=
..."The logic behind semver is very important and specific.
To use it safetly we really need to be sure that the comparison is…1 vote
- Don't see your idea?