You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the above commands are executed successfully, Check the versions of corodva and ionic by executing the following commands.
48
+
Once the above commands are executed successfully, Check the versions of cordova and ionic by executing the following commands.
49
49
50
50
```bash
51
51
@@ -428,11 +428,11 @@ C:\projects\Ionic_AngularFire2_Project> ionic run android
428
428
```
429
429
430
430
This should run the app on your mobile phone. Now click on the Facebook button and you'll notice the button doesn't work anymore.
431
-
This is because the code written so far is good for running our application in browsers, but when running the application on mobile phones, we need to have access to ***Native Mobile API's***, which are provided by _Corodova Plugins_.
431
+
This is because the code written so far is good for running our application in browsers, but when running the application on mobile phones, we need to have access to ***Native Mobile API's***, which are provided by _Cordova Plugins_.
432
432
433
-
**We can access these corodva plugins, using Ionic Native, which are nothing but wrappers for cordova plugins.**
433
+
**We can access these cordova plugins, using Ionic Native, which are nothing but wrappers for cordova plugins.**
434
434
435
-
List of all Ionic Native API's for corodova plugins can be found [here](http://ionicframework.com/docs/v2/native/).
435
+
List of all Ionic Native API's for cordova plugins can be found [here](http://ionicframework.com/docs/v2/native/).
436
436
437
437
Let's look at configuring and installing facebook plugin [here](http://ionicframework.com/docs/v2/native/facebook/).
438
438
_Ensure you follow the steps correctly to configure your app._
@@ -447,7 +447,7 @@ _Ensure you follow the steps correctly to configure your app._
447
447
448
448
Replace App ID with your app id from portal and provide your app name.
449
449
450
-
This will install the corodva plugin for facebook.
450
+
This will install the cordova plugin for facebook.
451
451
452
452
Add the platform to your facebook portal as mentioned in the document [here](http://ionicframework.com/docs/v2/native/facebook/).
0 commit comments