[Vuejs]-Data does not gets added to database after adding email and password in authorization in firebase through vue.js

0👍

One solution could be to use cloud functions to write to the database on userCreate
https://firebase.google.com/docs/functions/auth-events

Leave a comment