zinistore-docs
  • Introduction to Zini Store
  • Get started
  • Required Plugins
  • Test your store
  • Web config
  • App config
    • Settings
      • Basic Settings
      • Woocommerce Settings
      • Data builder for app
      • Onboarding Screen
      • Config iOS
      • Config Android
      • Login Facebook
      • Login Google
      • Setting Send Notification
    • Publishing
      • App Store
      • Google Play
  • Reference
    • API specs
  • Change log
  • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. App config
  2. Settings

Login Google

PreviousLogin FacebookNextSetting Send Notification

Last updated 5 years ago

Was this helpful?

How to config Application on Firebase console

  1. Go to and create your application

  2. Choose add app with iOS and android platform. Fill info

  3. After done, you need down 2 file:

  • iOS: GoogleService-Info.plist

  • android: google-services.json

4. In android, you need move it to android/app/

5. In iOS, follow step by step:

  • You need open xcode and move it to project.

  • Open file GoogleService-Info.plist and copy CLIENT_ID code and REVERSED_CLIENT_ID code.

  • Open index.js from src/config/index.js.

  • In Configs, replace iosClientId with CLIENT_ID.

  • In ios/nameapp/info.plist, replace com.googleusercontent.apps.793140404870-qura0p54rgptruvbs109bq5itf4qkmf6 with REVERSED_CLIENT_ID.

https://console.firebase.google.com/