From c4dc739c2f07ca60bd296ee0cbd1554a65af96c8 Mon Sep 17 00:00:00 2001 From: Kevin Jennison Date: Mon, 16 Aug 2021 10:49:37 -0400 Subject: [PATCH] Update comment --- example/components/FirebaseAuth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/components/FirebaseAuth.js b/example/components/FirebaseAuth.js index 04718dff..dd18e116 100644 --- a/example/components/FirebaseAuth.js +++ b/example/components/FirebaseAuth.js @@ -22,8 +22,8 @@ const firebaseAuthConfig = { callbacks: { // https://github.com/firebase/firebaseui-web#signinsuccesswithauthresultauthresult-redirecturl signInSuccessWithAuthResult: () => - // Don't automatically redirect. We handle redirecting based on - // auth state in withAuthComponent.js. + // Don't automatically redirect. We handle redirects using + // `next-firebase-auth`. false, }, }