Skip to content

Commit beb82a4

Browse files
3rd party cookies being disabled known issue (#446)
Updates README with explanation on known issue when 3rd party cookies are blocked.
1 parent afd88a5 commit beb82a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,12 @@ disabled. This currently results in an error being thrown upon Firebase Auth
11171117
initialization. Therefore, when following the snippets above, FirebaseUI will
11181118
never get initialized and no UI will be displayed.
11191119

1120+
### Firebase Auth OAuth popup/redirect operations may not work when 3rd party cookies are disabled
1121+
1122+
When a user disables 3rd party cookies in their browser, the mechanism for
1123+
returning the result of an OAuth popup/redirect as implemented by the
1124+
underlying `firebase-auth.js` library may be broken on some browsers.
1125+
11201126
### Tips for Single Page apps (`UI Widget is already rendered on the page` warning)
11211127

11221128
When re-rendering the FirebaseUI Auth widget (for instance after signing in a

0 commit comments

Comments
 (0)