File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,14 @@ for a more in-depth example, showcasing a Single Page Application mode.
208
208
</html >
209
209
```
210
210
211
+ ** This is only relevant for single page apps or apps where the sign-in UI is rendered conditionally (e.g. button click)**
212
+
211
213
When redirecting back from accountchooser.com or Identity Providers like Google
212
214
and Facebook, ` start() ` method needs to be called to finish the sign-in flow.
215
+ If it requires a user interaction to start the initial sign-in process, you need to
216
+ check if there is a pending redirect operation going on on page load to check whether ` start() `
217
+ needs to be called.
218
+
213
219
To check if there is a pending redirect operation to complete a sign-in attempt,
214
220
check ` isPendingRedirect() ` before deciding whether to render FirebaseUI
215
221
via ` start() ` .
You can’t perform that action at this time.
0 commit comments