Git Product home page Git Product logo

corvid19-app-android-cor's Introduction

corvid19-app-android-cor

An app developed to give quick data access for corvid 19

Maps Activity will not run untill you put your own maps key

open the string file (google-maps-sdk.xml file)

 //Once you have your key (it starts with "AIza"), replace the "google_maps_key"
 string in this file.
-->
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">put your api key here </string>

Release apk

the app uses a debug mode sha1 certificate -google auth only works with debug mode apk

to run a release apk ,

  1. point the app to your own firebase project

  2. Generate a sign in Id token from your gcp console and pass to the GoogleSignInOptions builder.

     // Configure Google Sign In
             GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
    
             //for debug mode apk replace with your app id when building release apks
             .requestIdToken(getString(R.string.default_web_client_id))
             .requestEmail()
             .requestProfile()
             .build();
    
  3. Generate a release SHA1 and add to your firebase project , download the json file and replace with one in your current app directory

---add something if you see this shallow

corvid19-app-android-cor's People

Contributors

austinegwa avatar ndiritumichael avatar

Stargazers

Lieutenant  avatar Bruce Muthomi Guantai avatar marsden madoka avatar Agesa Collins avatar

Watchers

James Cloos avatar  avatar  avatar David Muigai avatar Lieutenant  avatar

Forkers

d-e-f-e-a-t

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.