forked from jestcastro/cordova-plugin-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Arnesson
committed
Jul 4, 2017
1 parent
93d8334
commit 174b57d
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ See npm package for versions - https://www.npmjs.com/package/cordova-plugin-fire | |
|
||
Install the plugin by adding it your project's config.xml: | ||
``` | ||
<plugin name="cordova-plugin-firebase" spec="0.1.21" /> | ||
<plugin name="cordova-plugin-firebase" spec="0.1.22" /> | ||
``` | ||
or by running: | ||
``` | ||
cordova plugin add [email protected].21 --save | ||
cordova plugin add [email protected].22 --save | ||
``` | ||
Download your Firebase configuration files, GoogleService-Info.plist for ios and google-services.json for android, and place them in the root folder of your cordova project: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters