Giter VIP home page Giter VIP logo

taxiapp's Introduction

TRANXIT REVAMP NEW

##Installation Guide

git clone [PROJECT]

Delete .git folder in Project folder

Rename Package using refactor

Getting Started

Build.gradle

applicationId "com.tranxit.app"
buildConfigField "String", "BASE_URL", '"http://schedule.deliveryventure.com/"'
buildConfigField "String", "CLIENT_SECRET", '"yVnKClKDHPcDlqqO1V05RtDRdvtrVHfvjlfqliha"'
buildConfigField "String", "CLIENT_ID", '"2"'
buildConfigField "String", "STRIPE_PK", '"xxxxxx"'
buildConfigField "String", "PAYPAL_CLIENT_TOKEN", '"xxxxxxxxxx"'

string.xml

<string name="app_name" translatable="false">Tranxit User</string>
<string name="google_map_key" translatable="false">AIzaSyAdXoVw-M-g4vgEOZZK7Dc9jMUlLR5xVXI</string>
<string name="FACEBOOK_APP_ID" translatable="false">227306957774573</string>
<string name="ACCOUNT_KIT_CLIENT_TOKEN" translatable="false">3f73b9bdd9f499561e32e834e7dcd1f8</string>
<string name="google_signin_server_client_id" translatable="false">405772036882-ib15rm0b0f5cq3mpqbljk9b28f6d0j4u.apps.googleusercontent.com</string>

google_signin_server_client_id -API&Services -> Credentials -> OAuth 2.0 client IDs -> Web client (auto created by Google Service)

Add app in firebase, and don't forgot to add SHA-1

Firebase console -Realtime Database -> set database rules as below

{
  "rules": {
    ".read": true,
    ".write": true
  }
}

taxiapp's People

Contributors

harricodes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.