Checks whether an email link is a valid sign-in with email link URL.
React Native Firebase performs this check through the native bridge and returns Promise<boolean>. The firebase-js-sdk returns a synchronous boolean.
Promise<boolean>
boolean
Checks whether an email link is a valid sign-in with email link URL.