Skip to content
New issue

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

Firebase authentication #35

Open
adamdahan opened this issue May 16, 2022 · 0 comments
Open

Firebase authentication #35

adamdahan opened this issue May 16, 2022 · 0 comments

Comments

@adamdahan
Copy link

adamdahan commented May 16, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant