Credentials
Which credentials do you need to run the app starter features properly
Last updated
Was this helpful?
Which credentials do you need to run the app starter features properly
Last updated
Was this helpful?
Ionic Full App starter contains several features which depends on personal credentials of some online service. Some of these credentials are included in the source code for demo purpose, and some of these are removed for confidentiality purpose.
Here's a list and explanation of the credentials you will need to properly run every feature of Ionic Full App
Facebook login - You will need to create an app on . Then replace the app_id in the starter to allow users to log in to your own app. Rest of the process remains same. Find more details in our blog -
Google login - You will need to create an app on Google cloud/Firebase. Then replace the credentials (google-services.json) in the starter to allow users to log in to your own app. Rest of the process remains same. Find more details in our blog -
Twitter login - You will need to create an app on Twitter / Fabric. Then replace the credentials in the starter to allow users to log in to your own app. Rest of the process remains same. Find more details in our blog -
You will need your own Google Maps API Key to implement any map features. Since this API is now paid, we do not recommend using any random API Key.
Follow the to get Google Maps API Key.
Firebase provides email authentication, signup, database, CRUD operation, storage and much more. You will need to create a Firebase project, and use the credentials in the app. These credentials are used in environment.ts
file.
For more details, read our
To create your own ads, and to get the reward for the ad clicks, you need to create your own AdMob project and attach the credentials in the app. Current credentials in the Ionic Full App starter are demo IDs and WILL NOT work in a production app.
PayPal - You need to create a PayPal account, get credentials and replace them in the source code. Current credentials are test credentials, and WILL NOT work in a production app. For more details, read our blog - PayPal integration in Ionic apps
The Ionic Full app starter features fully functional WooCommerce and blog fetching from Wordpress. To attach these features to your own app, you will need to create your own Wordpress (/Woocommerce enabled) website, and attach those credentials in the source code.
If you keep using our demo credentials for WooCommerce, you won't be able to attach it to your own e-commerce store. For details, check our blogs
If you plan to build a production app out of this app starter, you will need a developer license. Both Android ($25 lifetime) and iOS ($99 per year) have their own developer licenses. You need to register to Google Play and Apple App store before you can publish any app on these.
You can read more about creating AdMob project and credentials in our blog - (You can ignore the Capacitor part of the blog, as the Full App is built on Cordova)
Stripe - You need to create a account, get credentials and replace them in the source code. Current credentials are test credentials, and WILL NOT work in a production app. For more details, read our blogs
3. Apple Pay - Read more about Apple Pay in our blog -