login-kit-sample
login-kit-sample copied to clipboard
Sample App For Login Kit
Hi, I am trying to integrate https://docs.snap.com/snap-kit/login-kit/Tutorials/firebase/ios#authenticate-with-firebase in my app but the framework `SCSDKLoginKit` and the `SCSDKLoginKitClient` does not actually have the functions you describe in your integration instructions. This...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Can you add the support for SPM for the iOS sdk (since it's the native way to embed library, and it's now more flexible than before). Thanks
We are working on an app based on Flutter and we wanted to integrate Snapchat login into our app. However, there isn't any info about integrating this with a Flutter...
Bumps [react-native](https://github.com/facebook/react-native) from 0.63.4 to 0.64.1. Release notes Sourced from react-native's releases. v0.64.1 This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't...
Fixed deprecated SCSDKLoginClient.unlinkAllSessions and added avatar optional check
To reduce launch time cost we are going to change some dynamic libraries to static libraries. We find that there are only dynamic libraries without source code. Can you provide...
#22 _Originally posted by @7to328 in https://github.com/Snapchat/login-kit-sample/issues/18#issuecomment-772009552_
> Should be changed to > > ``` > SCSDKLoginClient.clearToken() > self.displayForLogoutState() > ``` > > in the example > > _Originally posted by @vance in [#9 (comment)](https://github.com/Snapchat/login-kit-sample/issues/9#issuecomment-606749971)_ _Originally posted...