1528 results found
-
Adds Clojure and Clojurescript
Java and JS are already supported so adding both of them shouldn't be too much work.
1 vote -
Automatic SMS OTP read with English templates
For automatic SMS retrieval to work, SMS length has to be under 64 bytes. This means currently that for English SMS template, the app name has to be 11-14 characters. Play Console allows max 30 characters. Firebase doesn't allow customers to modify the SMS template contents themselves. Now I'm working around by utilizing some other languages, that will fit below 64 bytes with current app name.
Two options I suggest to achieve this:
1) Modify the English SMS template: remove unnecessary filler words and make it shorter, so that it will fit to 64bytes with max 30 char app names.…
6 votes -
Crashlytics support for react JS based application.
Crashlytics support for react JS based application.
2 votes -
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 -
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 -
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 -
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 -
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?