Skip to content

Instantly share code, notes, and snippets.

View jkyletreman's full-sized avatar

Kyle jkyletreman

  • 1800Flowers
  • NYC
View GitHub Profile
> Configure project :app
Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
> Configure project :react-native-google-analytics-bridge
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
> Configure project :app
Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
> Configure project :react-native-google-analytics-bridge
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
@jkyletreman
jkyletreman / gist:afe6376ae691099a95aa637b1fe44284
Created July 11, 2018 22:36
/app/build/generated/res/google-services/debug/value/values.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="default_web_client_id" translatable="false">812148019941-0i903jfi77hqpff1br1sgcv08nb1i4sn.apps.googleusercontent.com</string>
<string name="firebase_database_url" translatable="false">https://fdelivery-d5ccf.firebaseio.com</string>
<string name="gcm_defaultSenderId" translatable="false">812148019941</string>
<string name="google_api_key" translatable="false">AIzaSyCni9X5R5LddMih3DlEOoPDPBK2FQeiC7w</string>
<string name="google_app_id" translatable="false">1:812148019941:android:cf0d66b313035c23</string>
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyCni9X5R5LddMih3DlEOoPDPBK2FQeiC7w</string>
<string name="google_storage_bucket" translatable="false">fdelivery-d5ccf.appspot.com</string>
<string name="project_id" translatable="false">fdelivery-d5ccf</string>
./gradlew installDebug --scan
> Configure project :app
Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
> Configure project :react-native-google-analytics-bridge
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.courier_test.cd anapp"
>
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
→ ./gradlew installDebug
> Configure project :app
WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore.
Use 'android.enableAapt2=true' to remove this warning.
It will be removed at the end of 2018..
Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
@jkyletreman
jkyletreman / gist:524bcaec63339b2116a9d3583313f8ff
Created July 11, 2018 21:26
gradlew app:dependencies output
> Configure project :app
WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore.
Use 'android.enableAapt2=true' to remove this warning.
It will be removed at the end of 2018..
Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)

Capstone Project Proposals

Meal Planner App

Quick pitch:

Planning meals is tiresome and a exhausting during the week. The Meal Planner app automates the most annoying parts of this so you can focus on eating healthy and cooking.

  • Select as many breakfast, lunch, dinner meals as you will need to prepare for the week.
  • Recieve a autogenerated shopping list and schedule added to your Google Cal.
  • Displays your weekly schedule of meals complete with instructions, nutritional info and more!

Flash

  • A modern take on a childrens flash card app
What problem or need does your project solve?
  • Education apps, especially ones that have utility for parents, are always in demand.
  • Thought the design and creation of this app I plan to focus on Ui/Ux interactions, and engaging design & functionality aimed at children
Who would be a user of your website?
  • Children between 6-14
  • Parents of this.Children

Intro to Immutable JS

  • Immutable is maintained by Facebook, so you can expect it to always be in sync with React.
  • The API is written in typeScript? at the very least it has special syntax
  • value could be inflated because of FB and React.

Immutable JS

Immutable basics