Hello, in this tutorial, I’ll show you how to use the “Listen For Sign In Changes” node in the FBP Firebase Plugin for Unreal Engine to detect when a user signs in or out of the app using the plugin.
Hello, in this tutorial, I’ll show you how to use the “Listen For Sign In Changes” node in the FBP Firebase Plugin for Unreal Engine to detect when a user signs in or out of the app using the plugin.
You can attach a Sign-In State listener to your app by using the “Listen For Sign In Changes” node to detect any sign-ins or outs made to your app.
The node has 2 callback pins that gets called when a user signs in or out using the plugin.
Getting Metadata
To get more info on the user, right click on the Firebase User pin of the On Signed In callback and select “Split Struct Pin” in the context menu.
The On Signed Out callback will get called when a user signs out of the app by using the Sign Out node from the plugin.