Skip to content

sambulosenda/LetsDoThis-Android

 
 

Repository files navigation

Let's Do This

Development

secrets.properties

You will need to add a secrets.properties file to the app/ folder. This file will include the keys required to access our Northstar API and other 3rd party services.

Your file should look similar to the following code block. Consult the documentation to find out what values should go in here.

# Secret ids and keys

# Fabric - build distribution and Crashlytics
FabricApiKey=FABRIC API KEY HERE

# Facebook App Credentials
FacebookAppIdProduction=FACEBOOK PRODUCTION APP ID HERE
FacebookAppIdDebug=FACEBOOK TEST APP ID HERE

# Parse - push notifications
ParseAppId=PARSE APP ID HERE
ParseClientKey=PARSE CLIENT KEY HERE

# Northstar - user API
NorthstarAppIdDebug=NORTHSTAR STAGING APP ID HERE
NorthstarApiKeyDebug=NORTHSTAR STAGING API KEY HERE
NorthstarAppIdThor=NORTHSTAR THOR APP ID HERE
NorthstarApiKeyThor=NORTHSTAR THOR API KEY HERE
NorthstarAppIdProduction=NORTHSTAR PRODUCTION APP ID HERE
NorthstarApiKeyProduction=NORTHSTAR PRODUCTION API KEY HERE

fabric.properties

To support Fabric, you will also need to add a fabric.properties file to the app/ folder.

apiSecret=FABRIC SECRET HERE
apiKey=FABRIC KEY HERE

Fonts

Font files need to be included in the app/src/main/assets/fonts folder. See the fonts README for more info.

About

DoSomething.org Let's Do This Android app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%