Skip to content

Commit 3da2420

Browse files
committed
Popup strategy + tests
1 parent ad6dfaa commit 3da2420

File tree

7 files changed

+543
-51
lines changed

7 files changed

+543
-51
lines changed

packages-exp/auth-exp/demo/src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ import {
5151
PhoneMultiFactorGenerator,
5252
OAuthProvider,
5353
signInWithPopup,
54+
linkWithPopup,
55+
reauthenticateWithPopup,
5456
BrowserPopupRedirectResolver
5557
} from '@firebase/auth-exp';
5658

@@ -1231,6 +1233,8 @@ function onPopupRedirectProviderClick(event) {
12311233
function signInWithPopupRedirect(provider) {
12321234
var glob = {
12331235
signInWithPopup,
1236+
linkWithPopup,
1237+
reauthenticateWithPopup,
12341238
}
12351239
var action = $('input[name=popup-redirect-action]:checked').val();
12361240
var type = $('input[name=popup-redirect-type]:checked').val();

0 commit comments

Comments
 (0)