GithubHelp home page GithubHelp logo

Comments (8)

baumblatt avatar baumblatt commented on July 17, 2024

from capacitor-firebase-auth.

Rufrage avatar Rufrage commented on July 17, 2024

Hi Baumblatt,

please see my podfile.lock below

PODS:
  - AppAuth (1.2.0):
    - AppAuth/Core (= 1.2.0)
    - AppAuth/ExternalUserAgent (= 1.2.0)
  - AppAuth/Core (1.2.0)
  - AppAuth/ExternalUserAgent (1.2.0)
  - Capacitor (1.2.1):
    - CapacitorCordova (= 1.2.1)
  - CapacitorCordova (1.2.1)
  - CapacitorFirebaseAuth (0.2.1):
    - Capacitor
    - FBSDKCoreKit
    - FBSDKLoginKit
    - Firebase/Auth
    - Firebase/Core
    - GoogleSignIn
    - TwitterKit
  - FBSDKCoreKit (5.8.0):
    - FBSDKCoreKit/Basics (= 5.8.0)
    - FBSDKCoreKit/Core (= 5.8.0)
  - FBSDKCoreKit/Basics (5.8.0)
  - FBSDKCoreKit/Core (5.8.0):
    - FBSDKCoreKit/Basics
  - FBSDKLoginKit (5.8.0):
    - FBSDKLoginKit/Login (= 5.8.0)
  - FBSDKLoginKit/Login (5.8.0):
    - FBSDKCoreKit (~> 5.0)
  - Firebase/Auth (6.10.0):
    - Firebase/CoreOnly
    - FirebaseAuth (~> 6.3.0)
  - Firebase/Core (6.10.0):
    - Firebase/CoreOnly
    - FirebaseAnalytics (= 6.1.3)
  - Firebase/CoreOnly (6.10.0):
    - FirebaseCore (= 6.3.1)
  - FirebaseAnalytics (6.1.3):
    - FirebaseCore (~> 6.3)
    - FirebaseInstanceID (~> 4.2)
    - GoogleAppMeasurement (= 6.1.3)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (~> 0.3.901)
  - FirebaseAuth (6.3.0):
    - FirebaseAuthInterop (~> 1.0)
    - FirebaseCore (~> 6.2)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.2)
    - GoogleUtilities/Environment (~> 6.2)
    - GTMSessionFetcher/Core (~> 1.1)
  - FirebaseAuthInterop (1.0.0)
  - FirebaseCore (6.3.1):
    - FirebaseCoreDiagnostics (~> 1.0)
    - FirebaseCoreDiagnosticsInterop (~> 1.0)
    - GoogleUtilities/Environment (~> 6.2)
    - GoogleUtilities/Logger (~> 6.2)
  - FirebaseCoreDiagnostics (1.1.1):
    - FirebaseCoreDiagnosticsInterop (~> 1.0)
    - GoogleDataTransportCCTSupport (~> 1.0)
    - GoogleUtilities/Environment (~> 6.2)
    - GoogleUtilities/Logger (~> 6.2)
    - nanopb (~> 0.3.901)
  - FirebaseCoreDiagnosticsInterop (1.0.0)
  - FirebaseInstanceID (4.2.5):
    - FirebaseCore (~> 6.0)
    - GoogleUtilities/Environment (~> 6.0)
    - GoogleUtilities/UserDefaults (~> 6.0)
  - GoogleAppMeasurement (6.1.3):
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (~> 0.3.901)
  - GoogleDataTransport (3.0.0)
  - GoogleDataTransportCCTSupport (1.2.0):
    - GoogleDataTransport (~> 3.0)
    - nanopb (~> 0.3.901)
  - GoogleSignIn (5.0.1):
    - AppAuth (~> 1.2)
    - GTMAppAuth (~> 1.0)
    - GTMSessionFetcher/Core (~> 1.1)
  - GoogleUtilities/AppDelegateSwizzler (6.3.1):
    - GoogleUtilities/Environment
    - GoogleUtilities/Logger
    - GoogleUtilities/Network
  - GoogleUtilities/Environment (6.3.1)
  - GoogleUtilities/Logger (6.3.1):
    - GoogleUtilities/Environment
  - GoogleUtilities/MethodSwizzler (6.3.1):
    - GoogleUtilities/Logger
  - GoogleUtilities/Network (6.3.1):
    - GoogleUtilities/Logger
    - "GoogleUtilities/NSData+zlib"
    - GoogleUtilities/Reachability
  - "GoogleUtilities/NSData+zlib (6.3.1)"
  - GoogleUtilities/Reachability (6.3.1):
    - GoogleUtilities/Logger
  - GoogleUtilities/UserDefaults (6.3.1):
    - GoogleUtilities/Logger
  - GTMAppAuth (1.0.0):
    - AppAuth/Core (~> 1.0)
    - GTMSessionFetcher (~> 1.1)
  - GTMSessionFetcher (1.2.2):
    - GTMSessionFetcher/Full (= 1.2.2)
  - GTMSessionFetcher/Core (1.2.2)
  - GTMSessionFetcher/Full (1.2.2):
    - GTMSessionFetcher/Core (= 1.2.2)
  - nanopb (0.3.901):
    - nanopb/decode (= 0.3.901)
    - nanopb/encode (= 0.3.901)
  - nanopb/decode (0.3.901)
  - nanopb/encode (0.3.901)
  - TwitterCore (3.2.0)
  - TwitterKit (3.4.2):
    - TwitterCore (>= 3.2.0)

DEPENDENCIES:
  - "Capacitor (from `../../node_modules/@capacitor/ios`)"
  - "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
  - CapacitorFirebaseAuth (from `../../node_modules/capacitor-firebase-auth`)
  - Firebase/Auth
  - Firebase/Core

SPEC REPOS:
  https://github.com/cocoapods/specs.git:
    - AppAuth
    - FBSDKCoreKit
    - FBSDKLoginKit
    - Firebase
    - FirebaseAnalytics
    - FirebaseAuth
    - FirebaseAuthInterop
    - FirebaseCore
    - FirebaseCoreDiagnostics
    - FirebaseCoreDiagnosticsInterop
    - FirebaseInstanceID
    - GoogleAppMeasurement
    - GoogleDataTransport
    - GoogleDataTransportCCTSupport
    - GoogleSignIn
    - GoogleUtilities
    - GTMAppAuth
    - GTMSessionFetcher
    - nanopb
    - TwitterCore
    - TwitterKit

EXTERNAL SOURCES:
  Capacitor:
    :path: "../../node_modules/@capacitor/ios"
  CapacitorCordova:
    :path: "../../node_modules/@capacitor/ios"
  CapacitorFirebaseAuth:
    :path: "../../node_modules/capacitor-firebase-auth"

SPEC CHECKSUMS:
  AppAuth: bce82c76043657c99d91e7882e8a9e1a93650cd4
  Capacitor: e89d041bf912bccbbccab2e07d0f32aa4ca0f11a
  CapacitorCordova: 806e405d02de22c10a9b20a2ee4fb3f097cfb8a5
  CapacitorFirebaseAuth: 3796d51b64fad5f2dd353027173644fc794aeb01
  FBSDKCoreKit: e7dcac0aabcfb09d0166998edd95fe3b05a0ce5d
  FBSDKLoginKit: 1b0cf04df0370b37404213157b060d6666ede814
  Firebase: 5e6b7b12bf9adb90986688edc06b156c37e109cd
  FirebaseAnalytics: 0e3ecff2c5d86070f7d4325e21f1edabfbd558dc
  FirebaseAuth: c66e990f79d1d3429165391f6cd70ace6143c25e
  FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
  FirebaseCore: 064c2dd92a8ca5974bbdcb080df9921e46bd34cd
  FirebaseCoreDiagnostics: af29e43048607588c050889d19204f4d7b758c9f
  FirebaseCoreDiagnosticsInterop: 6829da2b8d1fc795ff1bd99df751d3788035d2cb
  FirebaseInstanceID: 550df9be1f99f751d8fcde3ac342a1e21a0e6c42
  GoogleAppMeasurement: 434cc7be25e71dc04b8d0e3079125127b330e84a
  GoogleDataTransport: f6fe28f43e3a300736854260961ad485b473edc5
  GoogleDataTransportCCTSupport: 862418a8cdda520c4dd4af83a756d04efe4a6990
  GoogleSignIn: 3a51b9bb8e48b635fd7f4272cee06ca260345b86
  GoogleUtilities: f895fde57977df4e0233edda0dbeac490e3703b6
  GTMAppAuth: 4deac854479704f348309e7b66189e604cf5e01e
  GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
  nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
  TwitterCore: 8cbc9ad34d91c63a0035ea05bfbfc0d7ca72a28c
  TwitterKit: 5e4f41d70b9abdb41df5467f52d7aa2c0fd26ebb

PODFILE CHECKSUM: e393ba6bb931637cc24087c838d8d436e11b35a8

COCOAPODS: 1.7.5

Unfortunately, I can not provide a Xcode log, because I can only deploy my app via testflight over a mac in cloud solution, because I use my windows laptop. On the simulator on the mac in cloud solution, I can run my app only to the point of authentification, then the emulator is not supported as valid url from firebase (I checked that online). If you have an idea on how I could get an error log from my iPhone without having it directly plugged into my xcode via usb, I would be happy to know.

Thanks in advance for your effort

from capacitor-firebase-auth.

baumblatt avatar baumblatt commented on July 17, 2024

from capacitor-firebase-auth.

Rufrage avatar Rufrage commented on July 17, 2024

Hey Bernardo,

thanks for your reply! I can not see the image you were trying to insert into your reply. Can you check that, so I can resolve all differences between our setups? Thanks in advance :)

from capacitor-firebase-auth.

baumblatt avatar baumblatt commented on July 17, 2024

Hi Ruben,

Sorry about the image, maybe this broke because I replay from gmail.

Anyway, that is not really necessary after all.

Just review your Podfile including the Facebook SDK dependency and let’s see what happens.

Best regards,
Bernardo Baumblatt.

from capacitor-firebase-auth.

Rufrage avatar Rufrage commented on July 17, 2024

Hey Baumblatt,

I tried that, but the application still crashes in the exact moment that I am trying to run that cfaSignIn function. Do you have any other idea what might be causing the crash? Thank you!

from capacitor-firebase-auth.

baumblatt avatar baumblatt commented on July 17, 2024

Hey Ruben,

Have you configured your the custom URL scheme as instructions here?

Best regards,
Bernardo Baumblatt

from capacitor-firebase-auth.

Rufrage avatar Rufrage commented on July 17, 2024

Thank you very much Baumblatt, this solved my problem!

from capacitor-firebase-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.