Skip to content

Commit 66be55d

Browse files
author
Gaurav Sharma
committed
version dump
1 parent d3713d2 commit 66be55d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-quick-firebase
22

3-
![](https://img.shields.io/badge/Stable-v1.1.0-green.svg?style=flat)
3+
![](https://img.shields.io/badge/Stable-v1.1.1-green.svg?style=flat)
44
![](https://img.shields.io/badge/RN-v0.59.x+-orange.svg?style=flat)
55

66
Firebase simple integration with phone auth and analytics only.
@@ -9,15 +9,15 @@ Implementation in React Native project
99

1010
Please add this entries as follow -
1111

12-
- _iOS_ ( In Podfile)
12+
- _iOS_ ( In Podfile)
1313

1414
```
1515
pod 'RNQuickFirebase', :path => PROJECT_PATH + 'react-native-quick-firebase/ios'
1616
pod 'Firebase/Auth'
1717
pod 'FirebaseAnalytics'
1818
```
1919

20-
- _Android_
20+
- _Android_
2121

2222
android/settings.gradle
2323

0 commit comments

Comments
 (0)