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
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
|`$authWithOAuthPopup(provider[, options])`|`$signInWithPopup(provider)`|`options` can be provided by passing a configured `firebase.database.AuthProvider` instead of a `provider` string |
34
48
|`$authWithOAuthRedirect(provider[, options])`|`$signInWithRedirect(provider)`|`options` can be provided by passing a configured `firebase.database.AuthProvider` instead of a `provider` string |
49
+
|`$authWithOAuthToken(provider, token)`|`$signInWithCredential(credential)`| Tokens must now be transformed into provider specific credentials. This is discussed more in the [Firebase Authentication guide](https://firebase.google.com/docs/auth/#key_functions). |
0 commit comments