Exemplo n.º 1
0
        public async void Login()
        {
            bool result = await FirebaseAuth.Login(User);

            if (result)
            {
                Authenticated?.Invoke(this, new EventArgs());
            }
        }