We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6dfaa commit 3da2420Copy full SHA for 3da2420
packages-exp/auth-exp/demo/src/index.js
@@ -51,6 +51,8 @@ import {
51
PhoneMultiFactorGenerator,
52
OAuthProvider,
53
signInWithPopup,
54
+ linkWithPopup,
55
+ reauthenticateWithPopup,
56
BrowserPopupRedirectResolver
57
} from '@firebase/auth-exp';
58
@@ -1231,6 +1233,8 @@ function onPopupRedirectProviderClick(event) {
1231
1233
function signInWithPopupRedirect(provider) {
1232
1234
var glob = {
1235
1236
1237
1238
}
1239
var action = $('input[name=popup-redirect-action]:checked').val();
1240
var type = $('input[name=popup-redirect-type]:checked').val();
0 commit comments