We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running getEnrollmentTimestamp(), the SDK is returning 0. When running the equivalent code on iOS the correct Timestamp is returned.
getEnrollmentTimestamp()
Run multiFactor.getEnrolledFactors(); and go through the results
multiFactor.getEnrolledFactors();
if (info instanceof PhoneMultiFactorInfo) { final long a = info.getEnrollmentTimestamp();
a should not be 0
a
Related issue firebase/flutterfire#9354
The text was updated successfully, but these errors were encountered:
I found a few problems with this issue:
Sorry, something went wrong.
Hi @Lyokone, thanks for reporting. I was able to reproduce the same behavior. I'll notify our engineers and see what we can do here.
No branches or pull requests
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
When running
getEnrollmentTimestamp()
, the SDK is returning 0.When running the equivalent code on iOS the correct Timestamp is returned.
Steps to reproduce:
Run
multiFactor.getEnrolledFactors();
and go through the resultsRelevant Code:
a
should not be 0Related issue
firebase/flutterfire#9354
The text was updated successfully, but these errors were encountered: