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
Back To Top
Search