GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
554 stars 79 forks source link

Append game-name (or some game ID) to user.auth file #102

Closed WolfgangSenff closed 3 years ago

WolfgangSenff commented 3 years ago

In order to support having multiple games that use the plugin on the same device, we need some way to identify different login files. I figure something like the game-name itself should be good enough.

WolfgangSenff commented 3 years ago

I lied.