# Saving

## Load Saved Login Data

<figure><img src="https://1330293663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FACetefaIIBFAK55fRItk%2Fuploads%2FkSHBwLBa8Yiu2ZPNphNF%2Fimage.png?alt=media&#x26;token=91238822-f6bd-4327-9a9d-6d70fd5869f6" alt=""><figcaption></figcaption></figure>

### 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

{% hint style="info" %}
Will Save in "Game.ini" , example like&#x20;

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

{% endhint %}

## Save Username Or Email

<figure><img src="https://1330293663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FACetefaIIBFAK55fRItk%2Fuploads%2FyQRzLXXBBgj0SWt1i2Vs%2Fimage.png?alt=media&#x26;token=856c2f11-14ae-4feb-8af6-7f1d0b31d152" alt=""><figcaption></figcaption></figure>

### Input Type

* Username or Email - Input with login infomation
* Remember - if true will save in [#game.ini](#game.ini "mention") , if false will clear ini

## Save Password

<figure><img src="https://1330293663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FACetefaIIBFAK55fRItk%2Fuploads%2FXiimJXfrhCfZKX4qgbED%2Fimage.png?alt=media&#x26;token=c4c32254-8f85-41a2-ac3a-51bf3b242fe8" alt=""><figcaption></figcaption></figure>

### Input Type

* Password - Will save in string , not hash , hash cant decode
* Remember - if true will save in [#game.ini](#game.ini "mention") , if false will clear ini
