You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,26 @@ class SignInScreen extends React.Component {
134
134
}
135
135
```
136
136
137
+
### Accessing the FirebaseUI instance
138
+
139
+
To allow for further configuration you can access the firebaseUI instance before it is started.
140
+
To do this you can pass a `uiCallback` callback function that wil be passed the Firebase UI instance. For example here is how to enable the `disableAutoSignIn()` option:
0 commit comments