예제 #1
0
        public static FirebaseAuther getAuther()
        {
            if (auther == null)
            {
#if !UNITY_WEBGL
                auther = new FirebaseAuthOfficial();
#else
                TODO
#endif
            }
            return(auther);
        }
 public void init(FirebaseAuther fau)
 {
     fau.auth().authDoneCB().add(onAuthed);
 }