We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
SCSDKLoginKit
SCSDKLoginKitClient
This function is not present in SCSDKLoginKitClient.h.
[SCSDKLoginClient startFirebaseAuthFromViewController:viewController completion:^(NSString * customToken, NSError * error) { ... }];
I see in the Changelog that version 1.13.0 added support for Firebase auth:
Version 1.13.0 September 15, 2021 Added the ability to authenticate with Firebase, utilizing Snapchat as the identity provider.
But seems these functions aren't even public. I am stuck. Please help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theSCSDKLoginKitClient
does not actually have the functions you describe in your integration instructions.This function is not present in SCSDKLoginKitClient.h.
I see in the Changelog that version 1.13.0 added support for Firebase auth:
But seems these functions aren't even public. I am stuck. Please help!
The text was updated successfully, but these errors were encountered: