Skip to content

Commit 63c6dd5

Browse files
authored
Reference the signInWithRedirect best practices in docs
1 parent 1455bfa commit 63c6dd5

File tree

1 file changed

+1
-0
lines changed
  • packages/auth/src/platform_browser/strategies

1 file changed

+1
-0
lines changed

packages/auth/src/platform_browser/strategies/redirect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import { getModularInstance } from '@firebase/util';
4242
*
4343
* @remarks
4444
* To handle the results and errors for this operation, refer to {@link getRedirectResult}.
45+
* Follow [these best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using {@link signInWithRedirect}.
4546
*
4647
* @example
4748
* ```javascript

0 commit comments

Comments
 (0)