Class AuthViewModelBase<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AuthViewModelBase​(android.app.Application application)  
    • Constructor Detail

      • AuthViewModelBase

        protected AuthViewModelBase​(android.app.Application application)
    • Method Detail

      • getCurrentUser

        @Nullable
        public com.google.firebase.auth.FirebaseUser getCurrentUser()
      • getAuth

        protected com.google.firebase.auth.FirebaseAuth getAuth()
      • getPhoneAuth

        protected com.google.firebase.auth.PhoneAuthProvider getPhoneAuth()
      • getCredentialsClient

        protected com.google.android.gms.auth.api.credentials.CredentialsClient getCredentialsClient()
      • initializeForTesting

        public void initializeForTesting​(FlowParameters parameters,
                                         com.google.firebase.auth.FirebaseAuth auth,
                                         com.google.android.gms.auth.api.credentials.CredentialsClient client,
                                         com.google.firebase.auth.PhoneAuthProvider phoneAuth)