Skip to content

Commit

Permalink
docs(README): fix typo (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Klingefjord authored Nov 2, 2021
1 parent b14cb8b commit 5af1c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ After: ~ 174s
Integrating is as simple as adding 1 line to your main target in your projects `Podfile`. Any dependencies in your project that already consume the Firebase iOS SDK from pods will then automatically source Firestore from these precompiled binaries rather than from source.

- For Flutter & React Native this file is usually located at `ios/Podfile`
- For Futter the target is usually called `Runner` and can be added inside the `target 'Runner' do` block in your podfile.
- For Flutter the target is usually called `Runner` and can be added inside the `target 'Runner' do` block in your podfile.
- For React Native this would be inside the target that has all your local `React-*` pods included.


Expand Down

0 comments on commit 5af1c1c

Please sign in to comment.