Skip to content

Commit eb0f9da

Browse files
author
Gaurav Sharma
committed
v1.1.0 dump
1 parent b6f069f commit eb0f9da

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.0.0-green.svg?style=flat)
3+
![](https://img.shields.io/badge/Stable-v1.1.0-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.

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "react-native-quick-firebase",
3-
"version": "1.0.0",
4-
"author": "Gaurav D. Sharma <[email protected]>",
5-
"description": "Quick firebase integration with phone auth and analytics",
6-
"homepage": "https://github.com/dayitv89/react-native-quick-firebase",
7-
"main": "index.js",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/dayitv89/react-native-quick-firebase"
11-
},
12-
"license": "MIT",
13-
"keywords": [
14-
"react",
15-
"auth",
16-
"phone-auth",
17-
"sms",
18-
"react-native",
19-
"react-native-firebase",
20-
"firebase",
21-
"analytics",
22-
"sms-gateway"
23-
],
24-
"files": [
25-
"index.js",
26-
"ios/",
27-
"android/"
28-
],
29-
"peerDependencies": {
30-
"react": "*",
31-
"react-native": "*"
32-
}
2+
"name": "react-native-quick-firebase",
3+
"version": "1.1.0",
4+
"author": "Gaurav D. Sharma <[email protected]>",
5+
"description": "Quick firebase integration with phone auth and analytics",
6+
"homepage": "https://github.com/dayitv89/react-native-quick-firebase",
7+
"main": "index.js",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/dayitv89/react-native-quick-firebase"
11+
},
12+
"license": "MIT",
13+
"keywords": [
14+
"react",
15+
"auth",
16+
"phone-auth",
17+
"sms",
18+
"react-native",
19+
"react-native-firebase",
20+
"firebase",
21+
"analytics",
22+
"sms-gateway"
23+
],
24+
"files": [
25+
"index.js",
26+
"ios/",
27+
"android/"
28+
],
29+
"peerDependencies": {
30+
"react": "*",
31+
"react-native": "*"
32+
}
3333
}

0 commit comments

Comments
 (0)