mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-03 22:48:36 +08:00
Update ios.md
This commit is contained in:
@@ -9,7 +9,7 @@ The following steps are only required if you are using React Native <= 0.59 or n
|
||||
|
||||
Installation can be done via CocoaPods (recommended) or via Frameworks:
|
||||
|
||||
## 1. CocoaPods Installation
|
||||
## CocoaPods Installation
|
||||
|
||||
### Add the RNFBAnalytics Pod
|
||||
|
||||
@@ -37,13 +37,6 @@ Once the Pods have installed locally, rebuild your iOS project:
|
||||
react-native run-ios
|
||||
```
|
||||
|
||||
## 2. Manual Framework Installation
|
||||
|
||||
If your environment does not have access to Cocopods, it is still possible to install the project
|
||||
via Frameworks.
|
||||
|
||||
TODO
|
||||
|
||||
## Device Identification
|
||||
|
||||
If you would like to enable Firebase Analytics to generate automatic audience metrics for iOS (as it does by default in Android), you must link additional iOS libraries, [as documented by the Google Firebase team](https://support.google.com/firebase/answer/6318039). Specifically you need `libAdIdAccess.a` and `AdSupport.framework`.
|
||||
|
||||
Reference in New Issue
Block a user