TeamMentor.CoreLib.API_Firebase_Extensionmethods_LiveData.site_Configured C# (CSharp) Method

site_Configured() public static method

public static site_Configured ( this firebase ) : bool
firebase this
return bool
        public static bool site_Configured(this API_Firebase firebase)
        {
            return firebase.notNull()               &&
                   firebase.firebase_Site().valid() &&
                   firebase.firebase_AuthToken().valid();
        }
API_Firebase_Extensionmethods_LiveData