1. Introduction
  2. Installation
    1. Getting Started
    2. Plugin Update (CiyaShop App Version 2.0)
    3. Plugin Installation (CiyaShop App Version 2.0)
  3. API Settings
    1. Support & License
    2. API Keys
    3. WooCommerce API
    4. Android Application Configuration
    5. Google Maps API
    6. Test API
    7. Emails
    8. Vendor Settings
  4. App Settings (Mandatory )
    1. Change Application Package Name, App Name, Copyright Symbol
    2. Change App icon, Change Default Logo & App Color
    3. Setup Facebook Login
    4. Setup Firebase project
    5. Firebase OTP on Registration
    6. Firebase Deep Links
    7. One Signal Notification
    8. Push Notifications
      1. Android Push-notification configurations
      2. Admin Push-notification Configuration
  5. App Settings
    1. Primary Logo
    2. Secondary Logo
    3. App Color
    4. Main Category Menu
    5. Home Slider Banner
    6. Category Banners
    7. Banner Ads
    8. Feature Box
    9. App Pages
    10. Checkout Page Settings
    11. Social Links
    12. Contact Info
    13. Home Page Customisation
    14. WhatsApp Chat
    15. Language Setting (Version 1.0, Version 1.1& Version 1.2)
  6. Performance
  7. Reward Points
  8. Multi-Vendor Support
  9. Delivery Tracking
  10. In-App Coupons
  11. Scratch Cards
  12. Multi-Currency Symbol
  13. GEO Fencing
  14. WishList
  15. WPML Configuration
    1. App Setting for WPML
  16. How To Enable Delivery Boy? (Coming Soon)
  17. Other Android Application Configuration steps
    1. Change SplashScreen
  18. Source and Credits
  19. WhatsApp Floating Button
  20. Facebook Pixel
  21. Google App Indexing
  22. Bottom Bar in Android
  23. Video Support (Product Detail)
  24. Infinite Scrolling
  25. Introduction Slider Changes
  26. Manage Infinite scrolling configuration from code
    1. Android
  27. Variation Option
    1. Android Product Variation
  28. Check Zipcode For Delivery
  29. Add To Cart In Listing Page
  30. Custom Products (Selected Products)
  31. Tera Wallet Plugin
  32. Publish
    1. Android app submission on PlayStore
  33. FAQs
    1. WhatsApp not opening In API 30(Android 11)
    2. Regular Price and Sale Price Issue
    3. HTTP Authorization Header not enable?
    4. Checkout page not working correctly?
    5. Special Deal Products or Schedule Sale Products
    6. Update PGS Woo Api plugin
    7. How to take backups of PGS WOO APi Plugin
    8. How to remove Geo-fencing from CiyaShop Android?
    9. Remove Social Media Login
    10. Remove Black Color From Color Filter
    11. Set image according to your requirement
    12. Downloadable Products
    13. Remove Intro Slider (Coming Soon)
    14. InternalAppEventsLogger : Error When Running Android App
    15. Bottambar Issue
    16. Remove Blog and Find store
    17. Data Safety Guide
    18. Recently viewed product
    19. Billing library
    20. OTP verification
  34. Change Log
    1. Android

Setup Firebase project

Android

Setup firebase project and add Google-Service.json file to CiyaShop Android Application.

A) Open https://console.firebase.google.com/ link in the browser. And Login to Google Firebase.

B) Click on add project and enter project name. Now Click on continue button. Firebase will create a project for you.

C) Now, the Project setup is complete, click on Continue.

D) Now, you will get redirected to your project console. Click on the “Android App Icon”. It will redirect to the Register App.

E) Fill in all the details, i.e., Android Package Name, App NickName, and Debug Signing certificate SHA-1, and click on REGISTER APP.

Note:- We recommend adding Debug Signing certificate SHA-1 key for Google login and push notification services.

  • For Debug Signing certificate SHA-1 key generation, go to Command Prompt and go to the bin folder of your JDK, then fire the following command.

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

F) Click on Download goggle-services.json button.The goggle-services.json file will be downloaded to the Downloads folder.

G) In Android Studio, switch to Project view and paste the goggle-service.json file to ..\app Again navigate to Firebase console and click on NEXT button.

H) Again Click on NEXT button.

I) Then click on “Continue to Console” button. It will redirect to the Firebase console of the project.

This is your Firebase console.

J) Now navigate to the Authentication tab. Click on “Get Started” button.

K) Click on SIGN-IN METHOD.

    Now click on Google button.

L) Navigate to Google. And enable google sign in and click on SAVE button to save google login for CiyaShop.

    Now Google login and firebase setup for the CiyaShop android application is done.

Note :For the release apk file, you need to add the release SHA1 key. You can get the Release SHA1 from the google play console. Check the screenshot given below. Copy release SHA1 key and add it to the project in the base console. 

 

Suggest Edit