feat: actually export the googleSignInResovlers for use in apps

Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-16 10:42:48 +02:00
parent 2fbded87e5
commit 551c050e23
@@ -14,5 +14,9 @@
* limitations under the License.
*/
export { createGoogleProvider } from './provider';
export {
createGoogleProvider,
googleDefaultSignInResolver,
googleEmailSignInResolver,
} from './provider';
export type { GoogleProviderOptions } from './provider';