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

Flutter firebase does not initialize

am getting this error. Unhandled Exception: PlatformException(null-error, Host platform returned null value for non-null return value., null, null) I have updated all firebase packages in .yaml, i still have this error E/flutter (11230): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(null-error, Host platform returned…

VIEW QUESTION
Back To Top
Search