deepakaggarwal7
deepakaggarwal7
getInstance() hasn't changed for pretty long. Seems an issue with type definition. Can you try with the setNodeRed way by ignoring the type definition and share errors if any?
I believe you are calling fb.login from a http page and as per the article, either you should use an https or disable enforecehttps (yes by default). Have you tried...
Can someone share a codesabdbox or similar demo for this issue? thanks
Can you check this behaviour once on the[ demo site](https://deepakaggarwal7.github.io/react-social-login/). I could get the access token upon signing in with google.
In my opinion, JS Client library doesn't return a refresh token. Every login it refreshes itself if there's a valid refresh token and if that has expired, it redirects to...
Thanks, Ghanshyam for bringing it up. I did a high-level skim through the doc and it seems the concept of using a JS library is still there (gsi). Hopefully, it...
Could you please share sample code? I agree that prototype isn't available for arrow functions, but I created one which worked. If you share your breaking usage, I might be...
@asxelot Could you please share a summary of what does this pull request intends to do? thanks for the effort.
While collections and environments are live, you manually have to download and pass global variables json file which is a pain. This would be a super useful feature to have.
I realized I'm getting errors for JSON_Extract as well. My react-native.config.js contains following code as instructed to use the DB packed in this library but I still get the error...