We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2165d commit 79129abCopy full SHA for 79129ab
README.md
@@ -49,6 +49,11 @@ Inside your `strings.xml`
49
</resources>
50
```
51
52
+Import package inside your `MainActivity`
53
+```java
54
+import com.codetrixstudio.capacitor.GoogleAuth.GoogleAuth;
55
+```
56
+
57
Register plugin inside your `MainActivity.onCreate`
58
```java
59
this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
0 commit comments