File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Add [`clientId`](https://developers.google.com/identity/sign-in/web/sign-in#spec
2929
3030Register plugin and manually initialize
3131``` ts
32- import { GoogleAuth } from ' @codetrix-studio/core ' ;
32+ import { GoogleAuth } from ' @codetrix-studio/capacitor-google-auth ' ;
3333
3434GoogleAuth .init ()
3535```
@@ -125,7 +125,7 @@ After [migrate to Capcitor 3](https://capacitorjs.com/docs/updating/3-0) updatin
125125``` diff
126126- import "@codetrix-studio/capacitor-google-auth";
127127- import { Plugins } from '@capacitor/core';
128- + import { GoogleAuth } from '@codetrix-studio/core ';
128+ + import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth ';
129129
130130- Plugins.GoogleAuth.signIn();
131131+ GoogleAuth.init()
You can’t perform that action at this time.
0 commit comments