-
**What** - description of what you me to do
Example: Hey @autopilot implement a Google sign-in on my website. Make changes to the front end and the back end of the application
**Why** - explain why …
-
I'm having an odd issue where I'm able to authenticate and see my postback data and session using Google, but when I check MongoDB, there is no document for that login. I have tested this with Twitte…
-
I only get the error INTERNAL ERROR CODE 8 when I try to sign in with a new account (An account that isn't listed when Google lists out possible accounts to sign in with). Otherwise, everything works…
-
I can show the popup where you enter the email and password and the text of the button changes, but it does not return the data to the component to display in the view or console. That could be happen…
-
i have copied google-service.json to app folder:
Now i get exception at line in emulator and device:
GoogleSignInAccount googleUser = await _googleSignIn.signInSilently();
Exception has occurre…
-
It does not seem that the promise returned trigger angular 2+ change detection. The symptom is that any values updated in the promise callbacks don't actually alter any UI until the next change detect…
-
A Discord chat pointed me to the following implementation:
https://github.com/bennettrogers/redwood-googleauth/blob/master/web/src/contexts/GoogleAuthContext/GoogleAuthContext.js
where using
…
-
Hi there,
Please help resolve my problem, I want to get refresh_token when user login with google use javascript.
This is my code.
```javascript
window.gapi;
window.ggInit = opt…
-
I try to get reviews from an app but response just have content and title without author name. How do i get it ?
-