Explore by Topic
Browse through our comprehensive guides across multiple frameworks and technologies
Latest Tutorials
Fresh content to keep you updated with the latest trends and solutions
Ionic 5 Stripe Payment Integration - Firebase Cloud Functions v/s Node Express basedĀ Server
Ionic 5 Stripe Payment Integration - Firebase Cloud Functions v/s Node Express based Server Stripe is one of the most widely used and fastest-growing payment gateway you can integrate into your website or app. It supports a wide variety of payment options and is quickly spreading across the globe. Stripe can take care of almost all your payment requirements in apps and websites. Stripeās ease of integration has made it a popular developer choice over PayPal and other payment gateways. A good comparison between Stripe and PayPal can be studied here (spoiler ā Stripe wins) ...
Integrate Stripe Payment Gateway in Ionic 5 apps and PWA usingĀ Firebase
Integrate Stripe Payment Gateway in Ionic 5 apps and PWA using Firebase Stripe is one of the most widely used and fastest-growing payment gateway which you can integrate into your website or app. It supports a wide variety of payment options and is quickly spreading across the globe. Stripe can take care of almost all your payment requirements in apps and websites. Stripeās ease of integration has made it a popular developer choice over PayPal and other payment gateways. A good comparison between Stripe and PayPal can be studied here (spoiler ā Stripe wins) ...
How to implement Firebase Push notifications in IonicĀ 5 apps
How to implement Firebase Push notifications in Ionic 5 In this post, weāll learn how to setup Push notification in Ionic 5 app using Firebase. Weāll send notification using Firebase console and receive them in the app. We will also learn how to handle push notifications in your Ionic 5 apps. No no⦠not the push we are talking about š ...
Beginner's Guide to Ionic Angular Unit Testing (Part 3)ā-āAsyncĀ Testing
Beginnerās Guide to Ionic Angular Unit Testing (Part 3) ā Async Testing In this series, we are talking about Angular Testing using an Ionic Angular application. Till now we have seen the basic setup process, the understanding of the core concept of Unit Testing ā in mainly Components Testing. However, we have not touched upon a very important aspect of Javascript programming ā ASYNC functions(which have been making promises friendly). Async functions always return a promise. ...
Beginner's Guide to Ionic Angular Unit Testing (Part 2)ā-āMocks andĀ Spies
Beginnerās Guide to Ionic Angular Unit Testing (Part 2) ā Mocks and Spies In our first part of this series, we saw how to set up the basic testing environment and got familiar with some of the terminologies for Unit Testing in the Angular world. Now you should be able to know ā Karma, Jasmine tests, TestBed, Unit Testing: Mocks & Stubs etc. In this part, we will move further and add some more functionality to our app with the help of Angular Services(Testing services). As service dependencies will be injected into the components they will increase the complexity of our tests. Letās jump ahead to the coding part. ...
Implement Anonymous login in Ionic 5 Apps withĀ Firebase
Implement Anonymous login in Ionic Apps with Firebase In this post, you will learn how to implement Anonymous authentication in Ionic 5 apps using Firebase š„. We will also learn how to link an existing anonymous login with a new set of email password, so an anonymous user can convert into a normal user. We will implement these in a simple Ionic 5 app and test. ...
Firebase email authentication in IonicĀ 5 apps
Firebase email authentication in Ionic 5 In this post, you will learn how to implement Email authentication in Ionic 5 apps using Firebase š„. Weāll go through all the basic stuff like login, register, recover password, logout, update profile, update email and reset password. These are the essentials for any Ionic 5 app you are creating. We will be doing all this in ionic serve i.e. browser itself. That means you can use these features in both apps and PWA (š» awesome, right ? ) ...
How to use RTL (right-to-left) in IonicĀ 5 apps & PWA
How to use RTL (right-to-left) in Ionic 5 RTL is a very specific feature desired by people whose language is written from right to left. In this post youāll learn how to implement RTL in Ionic 5. I will also show how various Ionic components look in an RTL layout. **All the layouts used in this blogpost can be found in **Ionic 5 Full app starter ...
Beginner's Guide to Ionic Angular Unit Testing (PartĀ 1)
Beginnerās Guide to Ionic Angular Unit Testing (Part 1) Angular is one of our favorite frameworks to work with ā it might be complex to learn at first, but ā it is a complete framework for front-end web development. As the framework is maturing by each version ā it has become a reliable choice of any Long Term maintenance project. However, one canāt rely on software unless there is an assurance of code running properly every time you use it (or change it). That is why there is Testing ā which automates the work of checking each aspect of code after every change. There are various ways of testing the code in Angular also - ...
Facebook login in Ionic 5 apps usingĀ Firebase
Facebook login in Ionic 5 apps using Firebase In this post, you will learn how to implement Facebook authentication in Ionic 5 apps using Firebase š„. Weāll cook a sample app šØāš³ , where users can login using their Facebook account. After login, users can see their basic profile information on the home page, and sessions are saved in Firebase. On repeat app start, users can auto-login using Firebase session. ...
š Discover More Content
This is just the beginning! Explore our complete archive with hundreds of in-depth tutorials, code examples, and practical solutions.