Skip to content

Commit 1c077d1

Browse files
committed
update default strategy
1 parent d121220 commit 1c077d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ const ui = initializeUI({
357357

358358
#### `providerRedirectStrategy`
359359

360-
The `providerRedirectStrategy` behavior redirects any external provider authentication (e.g. OAuth) via a redirect flow. This is the default strategy.
360+
The `providerRedirectStrategy` behavior redirects any external provider authentication (e.g. OAuth) via a redirect flow.
361361

362362
```ts
363363
import { providerRedirectStrategy } from '@invertase/firebaseui-core';
@@ -370,7 +370,7 @@ const ui = initializeUI({
370370

371371
#### `providerPopupStrategy`
372372

373-
The `providerPopupStrategy` behavior causes any external provider authentication (e.g. OAuth) to be handled via a popup window.
373+
The `providerPopupStrategy` behavior causes any external provider authentication (e.g. OAuth) to be handled via a popup window. This is the default strategy.
374374

375375
```ts
376376
import { providerPopupStrategy } from '@invertase/firebaseui-core';

0 commit comments

Comments
 (0)