yalcin-ata/godot-android-module-firebase

How to keep logged in even after changing the scene!

Closed this issue · 1 comments

Every time i have to change the scene i then need to sign in again. Is there any fix?

You should work with Singletons where you declare your Firebase instance (which will be kept in memory during the app's session).