Skip to content

Commit

Permalink
VerificationId working
Browse files Browse the repository at this point in the history
  • Loading branch information
WINDOWS-JC\John Castro committed Jun 20, 2017
1 parent 6019f3f commit 400cd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/FirebasePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public void onCodeSent(String verificationId, PhoneAuthProvider.ForceResendingTo
callbackContext.error(e.getMessage());
return;
}
PluginResult pluginresult = new PluginResult(PluginResult.Status.OK, returnResults);
PluginResult pluginresult = new PluginResult(PluginResult.Status.OK, verificationId);
pluginresult.setKeepCallback(true);
callbackContext.sendPluginResult(pluginresult);
}
Expand Down

0 comments on commit 400cd4a

Please sign in to comment.