Skip to content

Commit

Permalink
Added Ionic 4 resources - Blogs and open source starters
Browse files Browse the repository at this point in the history
  • Loading branch information
rathoreabhijeet committed Jul 9, 2019
1 parent 506478b commit a36f92b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ An "awesome" list of the Ionic resources
* [How to Manipulate Data in Ionic: Part 1](http://www.joshmorony.com/how-to-manipulate-data-in-ionic-2-part-1/)
* [How to Manipulate Data in Ionic: Part 2](http://www.joshmorony.com/how-to-manipulate-data-in-ionic-2-part-2/)
* [Filtering, Mapping, and Reducing Arrays in Ionic](https://www.youtube.com/watch?v=A-4CLa05tp0)
* [Build a basic mobile app with Ionic 4](https://enappd.com/blog/how-to-create-an-ionic-4-app-for-beginners/13) ![](v4.png)
* [Read SMS in Ionic 4 apps](https://enappd.com/blog/automatically-read-sms-in-ionic-4-apps/42) ![](v4.png)
* [Geolocation, geocoding and reverse geocoding in Ionic 4](https://enappd.com/blog/using-geolocation-geocoding-and-reverse-geocoding-in-ionic-4/45) ![](v4.png)
* [Google Vision in Ionic 4 apps](https://enappd.com/blog/implement-google-vision-in-ionic-4/43) ![](v4.png)
* [RTL (right-to-left) layout in Ionic 4 apps](https://enappd.com/blog/rtl-right-to-left-use-in-ionic-4/50) ![](v4.png)
* [Push notifications in Ionic 4 apps](https://enappd.com/blog/implement-ionic-4-firebase-push/34) ![](v4.png)
* [Google Vision in Ionic 4 apps](https://enappd.com/blog/implement-google-vision-in-ionic-4/43) ![](v4.png)

#### Theming
* [A Guide to Styling an Ionic Application](http://www.joshmorony.com/a-guide-to-styling-an-ionic-2-application/)
Expand All @@ -52,6 +59,11 @@ An "awesome" list of the Ionic resources
* [Build a Tap to Reveal Component in Ionic](https://www.joshmorony.com/build-a-tap-to-reveal-component-in-ionic-2/)

#### Authentication
* [Twitter Login in Ionic 4 App using Firebase](https://enappd.com/blog/twitter-login-in-ionic-4-apps-using-firebase/24) ![](v4.png)
* [Facebook Login in Ionic 4 App using Firebase](https://enappd.com/blog/facebook-login-in-ionic-4-apps-using-firebase/25) ![](v4.png)
* [Google Login in Ionic 4 App using Firebase](https://enappd.com/blog/google-login-in-ionic-4-apps-using-firebase/39) ![](v4.png)
* [Anonymous Login in Ionic 4 App using Firebase](https://enappd.com/blog/firebase-anonymous-login-in-ionic-4/37) ![](v4.png)
* [Basic Email Login in Ionic 4 App using Firebase](https://enappd.com/blog/email-authentication-with-firebase-in-ionic-4/38) ![](v4.png)
* [Add Touch ID Authentication To An Ionic Mobile App](https://www.thepolyglotdeveloper.com/2016/03/add-touch-id-authentication-ionic-2-mobile-app/)
* [Successful OAuth Social Login with Firebase](http://www.gajotres.net/ionic-2-succesfull-oauth-social-login-with-firebase/)
* [Using An Oauth 2.0 Service Within An Ionic Mobile App](https://www.thepolyglotdeveloper.com/2016/01/using-an-oauth-2-0-service-within-an-ionic-2-mobile-app/)
Expand All @@ -65,6 +77,8 @@ An "awesome" list of the Ionic resources
* [Test Driven Development in Ionic: An Introduction to TDD](https://www.joshmorony.com/test-driven-development-in-ionic-2-an-introduction-to-tdd/)

#### Ionic Native / Cordova Plugins
* [Playing music in Ionic 4 apps](https://enappd.com/blog/spotify-like-music-in-ionic-4-apps/48) ![](v4.png)
* [How to implement health plugin - Pedometer in Ionic 4](https://enappd.com/blog/best-fitness-plugins-for-ionic-4-how-to-use-pedometer/15) ![](v4.png)
* [Using Cordova Plugins in Ionic with Ionic Native](http://www.joshmorony.com/using-cordova-plugins-in-ionic-2-with-ionic-native/)
* [How to Work With Cordova Plugins](http://www.gajotres.net/ionic-2-how-to-use-cordova-plugins/)
* [10 Minutes with Ionic: Using the Camera with Ionic Native](http://blog.ionic.io/10-minutes-with-ionic-2-using-the-camera-with-ionic-native/)
Expand All @@ -84,6 +98,12 @@ An "awesome" list of the Ionic resources
* [Create a Nearby Places List with Google Maps in Ionic – Part 1](http://www.joshmorony.com/create-a-nearby-places-list-with-google-maps-in-ionic-2-part-1/)
* [Create a Nearby Places List with Google Maps in Ionic – Part 2](http://www.joshmorony.com/create-a-nearby-places-list-with-google-maps-in-ionic-2-part-2/)

#### Payment Gateway Integrations
* [Ionic 4 Stripe Payment Integration](https://enappd.com/blog/ionic-4-stripe-payment-integration-with-firebase-for-apps-and-pwa/17) ![](v4.png)
* [Ionic 4 PayPal Payment Integration](https://enappd.com/blog/ionic-4-paypal-payment-integration-for-apps-and-pwa/16) ![](v4.png)
* [Ionic 4 Apple Pay Payment Integration](https://enappd.com/blog/how-to-integrate-apple-pay-in-ionic-4-apps/21) ![](v4.png)
* [Ionic 4 Razorpay Payment Integration](https://enappd.com/blog/how-to-integrate-razorpay-in-ionic-4-apps-and-pwa/20) ![](v4.png)

#### Backend as a Service
* [10 Minutes with Ionic: Calling an API](http://blog.ionic.io/10-minutes-with-ionic-2-calling-an-api/)
* [Using Http to Fetch Remote Data from a Server in Ionic](http://www.joshmorony.com/using-http-to-fetch-remote-data-from-a-server-in-ionic-2/)
Expand All @@ -93,6 +113,7 @@ An "awesome" list of the Ionic resources
* [Integrating Firebase with AngularFire2 into AngularJS & Ionic2](http://www.clearlyinnovative.com/integrating-firebase-with-angularfire2-into-angularjs-ionic2)

#### i18n & l10n
* [Internationalize and Localize Your Ionic 4 App](https://enappd.com/blog/how-to-translate-in-ionic-4-globalization-internationalization-and-localization/11) ![](v4.png)
* [Internationalize and Localize Your App With Angular 2](http://www.gajotres.net/ionic-2-internationalize-and-localize-your-app-with-angular-2/)

#### Tools
Expand Down Expand Up @@ -130,6 +151,18 @@ An "awesome" list of the Ionic resources
* [Ionic aiEyes - Azure Computer Vision API](https://github.com/brenopolanski/aiEyes)
* [Ionic Soundboard](https://github.com/rkalis/ionic-soundboard)
* [Ionic Country Explorer](https://github.com/SKempin/ionic-country-explorer)
* [Firebase push notifications in Ionic 4](https://github.com/enappd/ionic-4-push) ![](v4.png) [NEW]
* [Receive SMS automatically in Ionic 4](https://github.com/enappd/Ionic-4-sms-receive) ![](v4.png) [NEW]
* [Playing music in Ionic 4](https://github.com/enappd/ionic-4-music) ![](v4.png) [NEW]
* [Ionic 4 Stripe Payment Integration](https://github.com/enappd/ionic4-stripe) ![](v4.png) [NEW]
* [Ionic 4 PayPal Payment Integration](https://github.com/enappd/ionic4-paypal) ![](v4.png) [NEW]
* [Ionic 4 Apple Pay Payment Integration](https://github.com/enappd/ionic4-applepay) ![](v4.png) [NEW]
* [Ionic 4 Razorpay Payment Integration](https://github.com/enappd/ionic4-razorpay) ![](v4.png) [NEW]
* [Ionic 4 Twitter login with Firebase](https://github.com/enappd/Ionic-4-Twitter-auth) ![](v4.png) [NEW]
* [Ionic 4 Facebook login with Firebase](https://github.com/enappd/ionic4-facebookAuth) ![](v4.png) [NEW]
* [Ionic 4 Google login with Firebase](https://github.com/enappd/Ionic-4-google-auth) ![](v4.png) [NEW]
* [Translation in Ionic 4 - Internationalization and localization](https://github.com/enappd/ionic4-i18n) ![](v4.png) [NEW]
* [Ionic 4 Free chat themes](https://store.enappd.com/product/free-chat-themes-ionic4/) ![](v4.png) [NEW]

#### Contribute
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.
Expand Down
Binary file added v4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a36f92b

Please sign in to comment.