[auth][ios] add phone state event to supported events

This commit is contained in:
Salakar
2017-10-02 09:48:43 +01:00
parent 904468271d
commit 306b34d1e6
2 changed files with 2 additions and 1 deletions

View File

@@ -813,7 +813,7 @@ class RNFirebaseAuth extends ReactContextBaseJavaModule {
TimeUnit.SECONDS,
activity,
callbacks
// ,PhoneAuthProvider.ForceResendingToken.zzboe() // TODO FORCE RESENDING
//, PhoneAuthProvider.ForceResendingToken.zzboe() // TODO FORCE RESENDING
);
}
}