Skip to content

Commit 1ab70d3

Browse files
committed
use separate var for identity platform
1 parent 2105956 commit 1ab70d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebaseProject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function auth(): Firebase\Contract\Auth
5555

5656
public function identityPlatform(): Firebase\IdentityPlatform
5757
{
58-
if (!$this->auth) {
58+
if (!$this->identityPlatform) {
5959
$this->identityPlatform = $this->factory->createIdentityPlatform();
6060
}
6161

0 commit comments

Comments
 (0)