CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Capacitor plugin for Google Auth. Lightweight & no dependencies.
I am getting always 10:Something Went Wrong error while trying to login to google. Following are the steps I have done and my configurations/versions. Configurations done in console : ...
Hi, I cannot perform a Google Login in ios and android app using the plugin. I followed all instructions in this post https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues/116 but I am still getting "GoogleAuth" plugin...
Hello Team I am facing "Something went wrong" message always after selection Google account from dialog. Created web and android(SHA1) client ids using Google Developer Console 1. Added registerPlugin onCreate...
There are many comment about **API Exception: 10** I think most important thing is **SHA fingerprint.** (Android app and google android client must have the same fingerprint.) So I copy...
When i run the app in an iPhone Emulator i get the following error message after calling "await GoogleAuth.signIn();" CodetrixStudioCapacitorGoogleAuth/Plugin.swift:65: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional...
``` ~/Code/lova/ [master+*] npx cap update ✔ Updating iOS plugins in 41.85ms [info] Found 5 Capacitor plugins for ios: @capacitor/[email protected] @capacitor/[email protected] @capacitor/[email protected] @capacitor/[email protected] @codetrix-studio/[email protected] ✖ Updating iOS native dependencies...
Hi guys, please help. my app crashing during startup throwing this error java.lang.NullPointerException: Attempt to invoke virtual method 'int org.json.JSONArray.length()' on a null object reference at com.codetrixstudio.capacitor.GoogleAuth.GoogleAuth.load(GoogleAuth.java:48) I have followed...
Currently, when setting an additional scope, the plugin prompts the user to grant access twice: the first for sign in and the second for additional scope. Earlier it was a...
When using this package I can see the following warnings in the terminal: ``` $ react-scripts build Creating an optimized production build... [BABEL] Note: The code generator has deoptimised the...
The problem is that the first time I press the sign in button I select my account, after which I do not get the result, I have to press the...