Skip to content

Commit 0011a8d

Browse files
committed
chore(auth): update import
1 parent f15642e commit 0011a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Most configuration is already setup when using Google Sign-In with Firebase, how
201201

202202
```ts
203203
import { firebase } from '@nativescript/firebase-core';
204-
import { GithubAuthProvider } from '@nativescript/firebase-auth';
204+
import { GoogleAuthProvider } from '@nativescript/firebase-auth';
205205

206206
const credential = GoogleAuthProvider.credential(accessToken, idToken);
207207

0 commit comments

Comments
 (0)