diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 00:21:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 00:21:27 +0200 |
| commit | 73cbc66bb96b348ec791e6854d6c24e6d85b2fa8 (patch) | |
| tree | d06eddeec93e692fde63cde5b21a20ff623f1386 /StoneIsland/package.json | |
| parent | 3be2b3aea204f145d6e7c98d835891947105ed0e (diff) | |
cordova-plugin-firebase
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index db3ef530..455528cc 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -6,6 +6,7 @@ "dependencies": { "cordova": "^6.4.0", "cordova-ios": "^4.3.1", + "cordova-plugin-firebase": "^0.1.24", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "1", "ios-deploy": "^1.9.0" @@ -20,7 +21,8 @@ "cordova": { "plugins": { "cordova-plugin-whitelist": {}, - "cordova-plugin-statusbar": {} + "cordova-plugin-statusbar": {}, + "cordova-plugin-firebase": {} } } }
\ No newline at end of file |
