Hello, in this tutorial, I’ll show you how to use the “Create Account With Email and Password” node in the FBP Firebase Plugin to create user accounts in Firebase.
Hello, in this tutorial, I’ll show you how to use the “Create Account With Email and Password” node in the FBP Firebase Plugin to create user accounts in Firebase.
The node has 4 pins:
For the Email pin, enter the email for the account, then set the password for the account in the Password pin.
Add the callbacks
The On Fail callback will get called when it failed to create the account. It’ll give us an error message that we can use identify the issue that occurred.