https://github.com/kevboh/realmfirebasebugdemo
A demo of an iOS compilation error when using both Realm and Firebase in a react native project
https://github.com/kevboh/realmfirebasebugdemo
Last synced: 3 months ago
JSON representation
A demo of an iOS compilation error when using both Realm and Firebase in a react native project
- Host: GitHub
- URL: https://github.com/kevboh/realmfirebasebugdemo
- Owner: kevboh
- Created: 2018-01-10T19:31:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T19:32:38.000Z (over 8 years ago)
- Last Synced: 2025-01-27T23:18:08.499Z (over 1 year ago)
- Language: C
- Size: 21.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RealmFirebaseBugDemo
A demo of an iOS compilation error when using both Realm and Firebase in a react native project
## Steps to Reproduce
1. `react-native init MyProject`
2. `cd MyProject/`
3. `yarn add realm`
4. `react-native link realm`
5. `cd ios/`
6. `pod init` and add `pod 'Firebase/Core'` and `pod 'Firebase/Firestore'` to the Podfile
7. `react-native run-ios`