Firebase – Why is part of my code not executed if I enable/disable Unity gameObject?
I was using PlayFab and decided to migrate to Firebase. I want to use FirebaseAuth to implement a login system in my Unity game (and removed the PlayFab code). So I made a FirebaseManager.cs class, and modified the Script Execution…