Skip to content

Commit 1be775b

Browse files
committed
chore: update readme
1 parent f0d8de1 commit 1be775b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,10 +2154,6 @@ supporting SAML or OIDC, you can achive this by extending the OAuth component:
21542154
export class MyProviderButtonComponent {
21552155
// Get the provider ID from the Firebase Console
21562156
provider = new OAuthProvider('oidc.my-provider');
2157-
2158-
onSignIn(credential: UserCredential) {
2159-
// Handle sign-in success
2160-
}
21612157
}
21622158
```
21632159
</details>

0 commit comments

Comments
 (0)