I created a triggered function on firebase-cloud-function that can auto generate a thumnail for every image uploded on cloud storage. but every upload action i got this error I coppy/paste the code …
Tag: firebase
I have an android app using firebase Firestore, and I need to run a calculation on a large (>1000) number of documents. Normally in a query response a database would specify some metadata to …
I have a query to firebase where i get all products, but i need to add a condition to show products from that type only if the type is different of empty string this is the static query that is …
So I am trying to get the firebase link that the user has provided and make it a clickable link. I have this so far
I have developed a game using Firestore, but I have noticed some problems in my scheduled cloud function which deletes rooms that were created 5 minutes ago and are not full OR are finished. So for …
I know how to update the password of signed in user in firebase auth: var user = firebase.auth().currentUser; //get current connected user return user.updatePassword(newPass) .then( (…
I want to clean my collection data. I have the collection name “teams”. It has data and sub-collection name “players”. I have deleted “teams” document by simple delete …
I am new in firebase I want to know how to set security rules to prevent updating of data by other users in firebase. I working on a blog app where user can login and write their blogs and I want to …
I’m using firebase to create a collection of questions and sub-collection of answers. I’ve been able to render the collection and sub-collection successfully with react. The issue happens when I’m …
I have a web app I’ve been working on using firebase and I recently hit a block. I am trying to query the contents of a collection and, then run some further code depending on whether or not the query …