oijusti / react-native-firebaseui-auth

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

M1 issues? #56

Closed achuinard closed 1 year ago

achuinard commented 1 year ago

I'm getting a strange error trying to use this on my new M1 Mac.

node_modules/react-native-firebaseui-auth/ios/RNFirebaseuiAuth.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-firebaseui-auth' from project 'Pods')

Did I do something wrong?

oijusti commented 1 year ago

Hi @achuinard, were you able to solve this issue?

achuinard commented 1 year ago

Thanks for getting back to me - I'll try again soon with your latest updates.

achuinard commented 1 year ago

It seems to be working well. Thank you so much for this library!

One consideration is that you may be able just put specific FirebaseUI pods in your Podfile. The "FirebaseUI" pod brought in a lot of dependencies. I believe you can instead do something like "FirebaseUI/Email", if you're just supporting email auth for example.

oijusti commented 9 months ago

It seems to be working well. Thank you so much for this library!

One consideration is that you may be able just put specific FirebaseUI pods in your Podfile. The "FirebaseUI" pod brought in a lot of dependencies. I believe you can instead do something like "FirebaseUI/Email", if you're just supporting email auth for example.

Makes sense, thanks for the insights!