oijusti / react-native-firebaseui-auth

Easily add sign-in to your React Native app with FirebaseUI
MIT License
43 stars 10 forks source link

'FirebaseDatabaseUI/FirebaseDatabaseUI.h' file not found #55

Closed fabyeah closed 1 year ago

fabyeah commented 1 year ago

Seems to be similar to #38

Screenshot 2023-03-30 at 06 21 05

In Podfile I have

use_frameworks! :linkage => :static

use_modular_headers!

pod 'FirebaseUI'

fabyeah commented 1 year ago

The file does exist at that location though:

Screenshot 2023-03-30 at 22 26 17
hunglmtb commented 1 year ago

It seems to be the newer version of FirebaseUI at dependencies. I tried to add these to react-native-firebaseui-auth.podspecand it works now

s.dependency 'FirebaseDatabaseUI'
  s.dependency 'FirebaseAuthUI'
  s.dependency 'FirebaseFirestoreUI'
  s.dependency 'FirebaseOAuthUI'
  s.dependency 'FirebasePhoneAuthUI'
  s.dependency 'FirebaseAnonymousAuthUI'
  s.dependency 'FirebaseEmailAuthUI'
  s.dependency 'FirebaseFacebookAuthUI'
  s.dependency 'FirebaseGoogleAuthUI'
  s.dependency 'FirebaseStorageUI'

@fabyeah You can refer my folk commit at https://github.com/hunglmtb/react-native-firebaseui-auth/commit/594ed7a1d880d410525cd8ee89680e89b7593db4

oijusti commented 1 year ago

Thanks @hunglmtb!

@fabyeah this issue has been fixed, please upgrade to version 1.4.0 that supports iOS FirebaseUI 13