You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
@dinoshauer I am going to change the guide a little bit to make it clear for people not familiar with iOS. I tried to use the approach described in #4 but it's more complicated than using CocoaPods because of the native dependencies, so I'll keep looking since RN won't provide a good support for that sadly.
@dinoshauer depends on your needs. This module provides a UI for your login screen on top of what Auth0 offers, if you need a more custom UI maybe using the API directly is the way to go.
Hello!
I'm pretty new at this so excuse any obvious errors;
I'm trying to build an app with auth0 and firebase, I've followed the guide here: https://auth0.com/docs/quickstart/native-mobile/react-native-ios/firebase
But there are a number of things that are failing:
Podfile
format seems to be wrong, I tried upgrading cocoapods to version1.0.0.beta.6
to no avail'LockReactNative/A0LockReactModule.h' file not found
Using the
Podfile
fromsample-app/
in this repo installs successfully but if I paste the contents from the guide it will fail.I'm hoping that resolving #4 will make it easier to use your service. :)
Let me know if you need any other info
The text was updated successfully, but these errors were encountered: