File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FirebaseUI Auth clients are also available for [iOS](https://github.com/firebase
22
22
3 . [ Configuration] ( #configuration )
23
23
4 . [ Customization] ( #customizing-firebaseui-for-authentication )
24
24
5 . [ Advanced] ( #advanced )
25
+ 6 . [ Known issues] ( #known-issues )
25
26
26
27
## Installation
27
28
@@ -338,3 +339,11 @@ parameter.
338
339
339
340
` https://<url-of-the-widget>?mode=select&signInSuccessUrl=signedIn.html ` will redirect the user to
340
341
` 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.
You can’t perform that action at this time.
0 commit comments