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
  • Load Saved Login Data
  • Output
  • Game.ini
  • Save Username Or Email
  • Input Type
  • Save Password
  • Input Type
  1. Tutorial

Saving

Same with login system pro

PreviousGet User Database With Special KeyNextMail

Last updated 6 months ago

Load Saved Login Data

Output

  • Out Saved Username Or Email - use login infomation

  • Out Saved Password - all is using string to save , not hash , because hash is only encode cant decode

Game.ini

Will Save in "Game.ini" , example like

[/Script/FirebaseLoginPro.FirebaseLoginProSubsystem]
SavedPassword=test12
LastUsernameOrEmail=test@mail.com

Save Username Or Email

Input Type

  • Username or Email - Input with login infomation

  • Remember - if true will save in Game.ini , if false will clear ini

Save Password

Input Type

  • Password - Will save in string , not hash , hash cant decode

  • Remember - if true will save in Game.ini , if false will clear ini