evollu / evollu/react-native-firebase-analytics
Improve documentation
- Dominant language
- Java
- Stars
- 206
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
There are several things I encountered when installing this native module that I would've appreciated if it was documented. Feel free to add these to the README.
1. For iOS, simply placing the generated JSON file from Google into the iOS directory is insufficient. http://stackoverflow.com/questions/31294380/unable-to-find-googleservice-info-plist-while-trying-to-integrate-google-sign
2. For Android, applying the Google play services Gradle plugin should've been done at the bottom of the Gradle file.
3. For Android, I had to add `new FIRAnalyticsPackage()` in the `getPackages()` method in MainApplication.java.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.