We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d514fe commit 0f707e7Copy full SHA for 0f707e7
auth/src/main/java/com/firebase/ui/auth/AuthUI.java
@@ -328,6 +328,7 @@ public Void then(@NonNull Task<GoogleApiClient> task) throws Exception {
328
* API. Returns a {@code Task} that succeeds if the Firebase Auth user deletion succeeds and
329
* fails if the Firebase Auth deletion fails. Credentials deletion failures are handled
330
* silently.
331
+ *
332
* @param activity the calling {@link Activity}.
333
*/
334
public Task<Void> delete(@NonNull Activity activity) {
0 commit comments