skip to Main Content

Problems with creating new user in firebase

There's something wrong with this function here, that I'cant find the reason for, I'm trying to add new users to my firebase database, and it doesn't work exports.createUserWithEmailAndPassword = functions.https.onCall( async(data, context) => { const { adminEmail, adminPassword, adminNome, role,…

VIEW QUESTION

Mongodb filter by categories

I have Product collection. In this collection each document has same keys and different values. Several documents are shown in the example below. [ { "productCategory": "Electronics", "price": "20", "priceCondition": "Fixed", "adCategory": "Sale", "productCondition": "New", "addDescription": "Lorem Ipsum Dolor Sit…

VIEW QUESTION
Back To Top
Search