Posts

Showing posts from 2019

How to Add Firebase Analytics to Your NativeScript Mobile App

Image
tns plugin add nativescript-plugin-firebase reference links: https://github.com/EddyVerbruggen/nativescript-plugin-firebase . https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/1171 . https://dzone.com/articles/how-to-add-firebase-analytics-to-your-nativescript . Prerequisites Before starting, you need to create a new Firebase application using your Google account. This happens with just a few clicks. Firebase provides a free tier which covers entirely all Analytics services, so you don't need to take out your credit card. Navigate to  https://firebase.google.com , authenticate with your Google credentials and follow the "Add project" wizard. In general, you don't need to change any of the default options in "Step 3," unless you have specific requirements related to services other than "Analytics." In your newly created project, you have to navigate to the project settings and add iOS and Android applicatio...