2017 results found
-
Add a copy button to copy web vapid key in cloud messaging
Most keys that can be copied in firebase have a copy icon next to it. This one does not.
2 votes -
13 votes
-
14 votes
-
14 votes
-
14 votes
-
13 votes
-
Make it easier to install npm deps with native code - make is missing
When I try to
npm i
my project (https://github.com/vicb/flyxc) it would complain about missingmake
required by lodepng.It would be great to add the required deps to the image by default
I had to install
sudo apt install build-essential
6 votes -
ZSH Support
Enable 'ZSH' and 'Oh-My-ZSH' in the terminal, Alternatively - add instructions in the docs to configure it under NIX.
1 vote -
Pass all cookies to Cloud Functions or Cloud Run
Right now only a _session Cookie is passed.
https://firebase.google.com/docs/hosting/manage-cache#usingcookies5 votes -
Being able to change the gmail account to be able to access the IDE
I have 2 gmail accounts and when I try to access the IDE it doesn't let me because my default account is not the account I was given access to and it only shows me the screen to subscribe to the list.
5 votes -
collab it with duet ai
integrate duet AI with project idx and make it to fetch files from computer and make a computer app that will save files on cloud but can be used outside of browser
3 votes -
Support deployment of Nuxt 3 projects to Hosting
Currently, support for Web Frameworks (Beta) only supports Next.js and Angular: https://firebase.google.com/docs/hosting/frameworks/frameworks-overview. Nuxt is labeled as 'Soon' at https://github.com/FirebaseExtended/firebase-framework-tools
I just wanted to cast my vote for Nuxt 3 support and try out the new portal :) Thanks!
13 votes -
Allow URLs to be accessible fully, or by invitation, or by password protection, like Notion and Figma
Allow natively what we can do in Notion / Figma (sharing a prototype), by sharing a page with the followings options:
1/ allow a page to be fully accessible (that's already possible, so the default)
2/ allow a page to be viewed only if we provide another User a link.
3/ allow a page to be viewed if 2/ + password protected12 votes -
i want to be able to see my logins and profiles
I wish to be able to see all the logins logins i have made and be able to handle them directly there is no place where i can signout easily or make them persist the next vm session and so on.
1 vote -
Ability to split Python Functions into multiple files (=enable local imports)
Right now it is only possible to write functions in
main.py
, which very quickly gets overwhelmingly large. It would be good to be able to organize code into multiple files.3 votes -
consider alternative names besides "workspaces" for environments, to avoid confusion with Google Workspace
It's not idiot-proof (trust me, I would know)
1 vote -
5 votes
-
Firebase Emulator: Allow us to enter uid when adding Authenticator user
This is already possible via the API, so why not via the emulator UI?
3 votes -
Firestore return problem path with PERMISSION_DENIED error
While committing a batch to firestore, if a documents breaks one of the security rules, we only receive: Status{code=PERMISSION_DENIED, description=Missing or insufficient permissions., cause=null}
That doesn't tell me which document in the batch has the issue. Can you add the document path the is causing the error? Potentially in the "cause" field?The logic behind this is that we are seeing Crashlytics reports on our android project with these PERMISSION_DENIED errors, and it is near impossible to track it down without more data.
4 votes -
Execution ID in logs generated by Firebase Functions v2
Logs generated by Firebase Functions v1 have the property
labels.execution_id
that can be used to correlate logs that pertain to the same execution. However, that property doesn't exist in logs generated by Firebase Functions v2. It's very important for debugging.6 votes
- Don't see your idea?