Skip to content

Commit d8b4450

Browse files
committed
adding changeset
1 parent d3ebdd4 commit d8b4450

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/small-chairs-explain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/auth': patch
3+
---
4+
5+
Allow port numbers in authDomain

packages/auth/src/core/auth/initialize.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe('core/auth/initialize', () => {
140140
fakeApp = initializeApp({
141141
apiKey: 'fake-key',
142142
appId: 'fake-app-id',
143-
authDomain: 'fake-auth-domain'
143+
authDomain: 'fake-auth-domain:9999'
144144
});
145145
});
146146

@@ -165,7 +165,7 @@ describe('core/auth/initialize', () => {
165165
apiHost: 'identitytoolkit.googleapis.com',
166166
apiKey: 'fake-key',
167167
apiScheme: 'https',
168-
authDomain: 'fake-auth-domain',
168+
authDomain: 'fake-auth-domain:9999',
169169
clientPlatform: expectedClientPlatform,
170170
sdkClientVersion: expectedSdkClientVersion,
171171
tokenApiHost: 'securetoken.googleapis.com'

0 commit comments

Comments
 (0)