Commit ec3ea1b
committed
fix: ios enrollmentDate -> enrollmentTime
rename `enrollmentDate` -> `enrollmentTime` on iOS to match Android/Web
(ref: https://firebase.google.com/docs/reference/js/auth.multifactorinfo)
keep `enrollmentDate` around on ios for backwards compatibility, mark as
deprecated.
ref:
- https://github.com/invertase/react-native-firebase/blob/main/packages/auth/android/src/main/java/io/invertase/firebase/auth/ReactNativeFirebaseAuthModule.java#L2500
- https://github.com/invertase/react-native-firebase/blob/main/packages/auth/lib/index.d.ts#L483
split from invertase#75651 parent fae5966 commit ec3ea1b
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1686 | 1686 | | |
1687 | 1687 | | |
1688 | 1688 | | |
1689 | | - | |
| 1689 | + | |
1690 | 1690 | | |
1691 | 1691 | | |
1692 | 1692 | | |
1693 | 1693 | | |
1694 | 1694 | | |
1695 | | - | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
1696 | 1698 | | |
1697 | 1699 | | |
1698 | 1700 | | |
| |||
1745 | 1747 | | |
1746 | 1748 | | |
1747 | 1749 | | |
1748 | | - | |
| 1750 | + | |
0 commit comments