Interface FirestoreProfileUtil.FirestoreCallback

Enclosing class:
FirestoreProfileUtil

public static interface FirestoreProfileUtil.FirestoreCallback
The callback interface to be called when the result is available.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResult(boolean isSignedUp)
     
  • Method Details

    • onResult

      void onResult(boolean isSignedUp)