Class FirestoreProfileUtil
java.lang.Object
com.example.slacks_lottoevent.Utility.FirestoreProfileUtil
FirestoreProfileUtil is a utility class that provides a method to check if a user has signed up
for the app.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The callback interface to be called when the result is available. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkIfSignedUp
(String deviceId, FirestoreProfileUtil.FirestoreCallback callback) 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.
-