I can think of the following reasons why you are facing this error: You have not created a Firebase app. You can create the app from Project Overview Page. You have created the Firebase app but have not added your debug or release Keystore SHA1 Fingerprints You can go to Project Overview -> Select App… Continue reading Ionic v3, v4, v5, v6 Google Plus Error 10 when Debugging [Solved]
Category: Technology
Ionic – Adding Custom Animated Transitions to Modals
Ionic comes with default transitions for pages and modals. In this article we will see how to use Animation, PageTransition from ionic-angular to add custom animated transitions in ionic modal. In order to add custom animated transitions for Ionic Modal We will be using Ionic Modal Options enterAnimation and leaveAnimationfrom ModalOptions interface. For a modal there are… Continue reading Ionic – Adding Custom Animated Transitions to Modals