python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
firebase admin storage upload results in blurry image
I am using firebase admin storage to upload images. On my computer the images look fine but after uploading them to firebase they look pixelated and blurry.
"firebase": "^9.6.9",
&...
Omar
Votes: 0
Answers: 0
Firebase Admin => Storage upload => How to find a download url?
I am using firebase Admin SDK for Nodejs. To successfully upload files. Now i need to use the upload response to determine a download url to be saved in a database... This was easy enough on the front...
Omar
Votes: 0
Answers: 1
Firebase Cloud Messaging - configure sound and vibration
Building Rest Api for mobile app.
In app user can enable/disable sound and vibration.
I need to find out a way to disable them in firebase cloud messaging using firebase-admin package.
The problem is ...
Vladislav
Votes: 0
Answers: 1
How to Update All Documents in a Collection With Thousands of Documents in FireStore with Firebase Admin?
Updated to reflect Firebase-Admin, rather than v9
New Update: solution at the bottom
How to update a single field (in a map) for all documents in a collection with thousands of documents -- in firebas...
Chaddeus
Votes: 0
Answers: 1