Class FirestoreProfileUtil

java.lang.Object
com.example.slacks_lottoevent.Utility.FirestoreProfileUtil

public class FirestoreProfileUtil extends Object
FirestoreProfileUtil is a utility class that provides a method to check if a user has signed up for the app.
  • Constructor Details

    • FirestoreProfileUtil

      public FirestoreProfileUtil()
  • Method Details

    • checkIfSignedUp

      public static void checkIfSignedUp(String deviceId, FirestoreProfileUtil.FirestoreCallback callback)
      Check if a user has signed up for the app.
      Parameters:
      deviceId - The device ID of the user.
      callback - The callback to be called when the result is available.