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
  • Input Type
  • Example
  • Step 1 - init your api & id
  • Step 2 - paste firebase url
  • Step 2 - get user data
  1. Tutorial
  2. Database

Get User Database

PreviousWrite User DatabaseNextWrite User Database With Special Key

Last updated 6 months ago

Input Type

  • Firebase Database URL

  • Path

  • Data Key

  • Data Type - 5 Method Type

Only for insert only, dont have any password , cant directly login with this

Example

Step 1 - init your api & id

Step 2 - paste firebase url

Step 2 - get user data

user  
└── localId  
    └── data  
        └── email
LogBlueprintUserMessages: [NewEditorUtilityWidgetBlueprint1_C_45] test@gmail.com

Make sure you have write first or have database already , See

you want to get what type with data must use the same , string with the string
Example