mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 22:56:45 +08:00
497 B
497 B
title, description
| title | description |
|---|---|
| iOS Setup | Manually integrate Authentication into your iOS application. |
iOS Manual Linking
Manual iOS Integration via CocoaPods
The following steps are only required if your environment does not have access to React Native auto-linking.
Add Analytics Pod
ios/Podfile:
// ..
target 'app' do
// ..
pod 'RNFBAuth', :path => '../node_modules/@react-native-firebase/auth/ios'
end
Manual iOS Integration via Frameworks
TODO