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
While convenient, the pre-configure login feature added unneeded complexity into our codebase.
44
44
@@ -53,7 +53,7 @@ logout() {
53
53
}
54
54
```
55
55
56
-
(See what methods are available to `firebase.auth.Auth` in the Firebase reference guide)[https://firebase.google.com/docs/reference/js/firebase.auth.Auth].
56
+
[See what methods are available to `firebase.auth.Auth` in the Firebase reference guide](https://firebase.google.com/docs/reference/js/firebase.auth.Auth).
57
57
58
58
### FirebaseListFactory and FirebaseObjectFactory API Changes
0 commit comments