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
feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs boolean
- style(auth, ios): result of `yarn lint:ios:fix`
- test(auth): await isSignInWithEmailLink, note apiKey platform difference
BREAKING CHANGE: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
0 commit comments