Hello, in this tutorial, I’ll show you how to use the “Sign In with Email and Password” and “Sign in Anonymously” nodes in the FBP Firebase Plugin for Unreal Engine to sign into the app.
Hello, in this tutorial, I’ll show you how to use the “Sign In with Email and Password” and “Sign in Anonymously” nodes in the FBP Firebase Plugin for Unreal Engine to sign into the app.
Sign In with Email and Password
The “Sign In with Email and Password” node has 4 pins:
For the Email pin, enter the email for the account, then provide the password in the Password pin.
Add the callbacks
The On Fail callback will get called when it fails to sign in. It’ll give us an error message that we can use identify the issue that occurred.
Sign in Anonymously
Signing Out
Use the Sign Out node to sign out of the app.