Firebase Login Pro
  • Welcome To Firebase Login Pro
  • Getting Started
    • Introduce
    • Firebase
    • Setup Unreal Database
  • Tutorial
    • Show All Function
    • On Completed Delegate
    • Utils
      • Login with Mail
      • Register with Email
      • Update User Profile
    • Validation
      • Generate Captcha
      • Is Valid Email
      • Validate String against Enum
      • Is String Length Valid
      • Is User Email Verify
    • Variable
      • Get Id Token (dev)
      • Get User Data
      • Other function
    • Database
      • Write User Database
      • Get User Database
      • Write User Database With Special Key
      • Get User Database With Special Key
    • Saving
    • Mail
      • Change Email
      • Send Verify Email
    • LogOut
    • Clipboard
  • Extra
    • In Dev Tips
    • Extra
  • Other
    • Integrate With Discord Login Pro
    • Discord
Powered by GitBook
On this page
  1. Tutorial

On Completed Delegate

All using this delegate

PreviousShow All FunctionNextUtils

Last updated 6 months ago

"The 'Is Successful' message operates universally across all widgets. It will display an example message, providing feedback similar to the following:"

Received response: {
  "kind": "identitytoolkit#GetAccountInfoResponse",
  "users": [
    {
      "localId": "0du5LoZJleefaqHbYCmZucf4MPH2",
      "email": "tultutifyu@gufum.com",
      "displayName": "showcase",
      "passwordHash": "UkVEQUNURUQ=",
      "emailVerified": true,
      "passwordUpdatedAt": 1730454051882,
      "providerUserInfo": [
        {
          "providerId": "password",
          "displayName": "showcase",
          "federatedId": "tultutifyu@gufum.com",
          "email": "tultutifyu@gufum.com",
          "rawId": "tultutifyu@gufum.com"
        }
      ],
      "validSince": "1730454051",
      "lastLoginAt": "1730454313573",
      "createdAt": "1730453950314",
      "lastRefreshAt": "2024-11-01T09:45:13.573Z"
    }
  ]
}