You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lack of a mechanism like above, produces a situation where the Verifier app keeps popping up the result of the same verification, potentially forever.
Solution:
1)
The Verifier generates a verification ID on request.
This newly created ID should be inserted in a list named "verificationIDsInProgress"
Upon finishing the verification (success or fail) the ID should be removed from the list
Upon receiving a message from Firebase, the Verifier should check if the ID is on the list:
The lack of a mechanism like above, produces a situation where the Verifier app keeps popping up the result of the same verification, potentially forever.
Solution:
1)
The Verifier generates a verification ID on request.
This newly created ID should be inserted in a list named "verificationIDsInProgress"
Upon finishing the verification (success or fail) the ID should be removed from the list
Upon receiving a message from Firebase, the Verifier should check if the ID is on the list:
@puria please comment
The text was updated successfully, but these errors were encountered: