login-kit-sample
login-kit-sample copied to clipboard
Firebase authentication
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 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!