Skip to content

Commit e226037

Browse files
Thomas Césaré-herriauGerrit Code Review
authored andcommitted
Merge "Added Known issues"
2 parents 58f7ba2 + ec87bf1 commit e226037

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ FirebaseUI Auth clients are also available for [iOS](https://github.com/firebase
2222
3. [Configuration](#configuration)
2323
4. [Customization](#customizing-firebaseui-for-authentication)
2424
5. [Advanced](#advanced)
25+
6. [Known issues](#known-issues)
2526

2627
## Installation
2728

@@ -338,3 +339,11 @@ parameter.
338339

339340
`https://<url-of-the-widget>?mode=select&signInSuccessUrl=signedIn.html` will redirect the user to
340341
`https://<url-of-the-widget>/signedIn.html` after a successful sign-in flow.
342+
343+
## Known issues
344+
345+
### Firebase Auth does not work in Safari private browsing
346+
347+
When a user has enabled the private browsing mode in Safari, the web storage is disabled. This
348+
currently results in an error being thrown upon Firebase Auth initialization. Therefore, when
349+
following the snippets above, FirebaseUI will never get initialized and no UI will be displayed.

0 commit comments

Comments
 (0)