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, }, }